/* body definitions */
body
{background-color: #000000; 
background-image: url("images/bg-menu.jpg");
background-repeat: repeat;
background-attachment: fixed;
background-position: top full;
font-family: Arial, Helvetica, Verdana, normal; 
cursor: url("pointer.cur"), default;
}

/* hyper-link definitions */
a:link { color: #000099; text-decoration: none }
a:visited { color: #000066; text-decoration: none}
a:hover { color: #0000CC; cursor:url("crosshairs.cur"),crosshair; text-decoration: bold }
a:active { color: #000099; cursor:url("crosshairs.cur"),crosshair; text-decoration: bold }