BODY
{

	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ff0000;
	scrollbar-shadow-color: #b22222;
	scrollbar-3dlight-color: #dc143c;
	scrollbar-track-color: #800000; 
	scrollbar-arrow-color: #b22222;
	scrollbar-darkshadow-color: #800000;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
a:link {
	color:silver; 
	font-weight:bold; 
	text-decoration: none;
} 
a:visited {
	color:#808080; 
	font-weight:bold; 
	text-decoration: none;
} 
a:active {
	color:#FF0000; 
	font-weight:bold; 
	text-decoration: none;
} 
a:hover{
	color:#000000; 
	font-weight:bold; 
	background-color:#00FF00;
	text-decoration: none; 
}


