p {  font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
h2{	font-family:  Arial, Helvetica, sans-serif; 
	 font-size: 14px;
	font-weight : bold;
}

a:hover {
	color:#cc0000;
	text-decoration:underline;
	cursor:default;
	font-weight : bold;
}

a:link {
	color: #cc0000;
	text-decoration:none;
	font-weight : bold;
}

a:visited{
	color: Gray;
	text-decoration: underline;
	font-weight : bold;
}


li{
	 font-family: Arial, Helvetica, sans-serif; font-size: 14px;
}
                                 

BODY { 
background-color: black;
scrollbar-face-color: #cc0000;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #cc0000;
	scrollbar-arrow-color: black;} 
