
html,body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 2px;
 background: #000000;
 scrollbar-arrow-color: #ffffff; 
 scrollbar-3dlight-color: #ffffff; 
 scrollbar-highlight-color: #ffffff;
 scrollbar-face-color: #000000;
 scrollbar-shadow-color: #ffffff; 
 scrollbar-darkshadow-color: #ffffff;
 scrollbar-track-color: #ffffff; 
 }
 a:link {
 COLOR: #00ff01;
 text-decoration: none;
 }
 a:visited {
 COLOR: #00ff01;
 text-decoration: none;
 }
 a:hover {
 COLOR: #ff0000;
 text-decoration: none;
 }
 a:active {
 COLOR: #00ff01;
 text-decoration: none;
}
h1	{
	font-size: 14px;
	font-family: Arial;
	margin: 10px auto;
	padding: 15px 0px 0px 0px;
	border-bottom: 0px solid #000000;
	width: 100%;
        color: #00ff01;
      	font-weight: bold;
	}
