<!-- Applying a custom windows cursor over the whole body of the document -->
<!-- Insert this in the head section -->
<style type="text/css">
body{
cursor: url("../cursor/3dorange.cur"),auto;
}
</style>