/* LINK STYLES */

a:link{color:darkred; text-decoration:none; font-style:normal}
a:visited{color:darkred; text-decoration:none; font-style:normal}
a:hover{color:white;background:navy;text-decoration:none;}

#links {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.7em;
}

a.hilite:link{color:darkred; text-decoration:none; font-weight:bold}
a.hilite:visited{color:darkred; text-decoration:none; font-weight:bold}
a.hilite:hover{color:white; background:navy; text-decoration:none;font-weight:bold}
a.hilite:active{color:white; background:navy; text-decoration:none;font-weight:bold}

   
a.b4k:link {text-decoration:none;}
a.b4k:visited  {text-decoration:none;}
a.b4k:hover {text-decoration:none; background:none;}
a.b4k:active {text-decoration:none;}


/* BODY STYLES */
body {color:navy;}

