/* CSS Document */
body{
background-color: #0099FF;
color: #660000;
}

a:link,a:active,a:visited{color: white; text-decoration:underline;}
a:hover{color: orange; text-decoration:underline}

a.d:link,a.d:active,a.d:visited{color: navy; text-decoration:underline;}
a.d:hover{color: red; text-decoration:underline}

a.maroon2:link,a.maroon2:active;a.maroon2:visited{color:#990000; text-decoration:underline;}
a.maroon2:hover{color:orange; text-decoration:underline; font-weight:bold;}