body {  font:normal 11px Verdana, Helvetica, sans-serif;
        cursor: url(images/arrow.cur);
        }
        
html { cursor: url(images/arrow.cur);}
        
/* Set up the A tag colours */
A:link  { COLOR: blue }
A:visited  { COLOR: blue }
A:hover { COLOR: #75BAFF }
A { text-decoration: none;}



