body{
	background-color: #000;
	font-family: Arial, Tahoma,"Times New Roman",serif;
	color: #fff;
	font-size: .7em;             
}

a:link{
	color: #CC0000; 
    text-decoration: none
}
				
a:visited{
	color: #CC0000; 
	text-decoration: none
}
				
a:active {
	color: #999999; 
	text-decoration: #CC0000;
}

a:hover {
	color: #999999; 
	text-decoration: underline;
}
				
p {
	color: #FFFFFF;
}
			
.x{
	color: white; 
}
 
body, html  {
scrollbar-track-color: black;
scrollbar-face-color: black;
scrollbar-highlight-color: color;
scrollbar-3dlight-color: grey;
scrollbar-darkshadow-color: grey;
scrollbar-shadow-color:#5A5A5A;
scrollbar-arrow-color:lightgrey; }

li{
	list-style: disc;
	color: #fff;
}
