body {
background-color: #000099;
color: black
}


BODY 
{ 
SCROLLBAR-FACE-COLOR: black;
SCROLLBAR-HIGHLIGHT-COLOR: white;
SCROLLBAR-SHADOW-COLOR: white;
SCROLLBAR-3DLIGHT-COLOR: white;
SCROLLBAR-ARROW-COLOR: white;
SCROLLBAR-TRACK-COLOR: black;
SCROLLBAR-DARKSHADOW-COLOR: silver;
SCROLLBAR-BASE-COLOR: black
} 

body, p, div, span, th, td {
	font-family: arial, sans serif;
	} 
a:link {text-decoration: none; color: white;} 
a:active {text-decoration: none; color: white;}
a:visited {text-decoration: none; color: white;} 
a:hover {text-decoration: underline; POSITION: relative; TOP: -2px; color: yellow}


