/* body definitions */
body
{background-color: #000000;
background-image: url("images/bg-stone.jpg");
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
font-family: times;
color: #339900;
}

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