BODY {
        background-color: black; 
		color: white;
		font-family: Verdana, sans-serif, Sans;
		scrollbar-face-color: black;
		font-size: 9pt;
		scrollbar-highlight-color: black;
		scrollbar-3dlight-color: white;
		scrollbar-darkshadow-color: white;
		scrollbar-shadow-color: black;
		scrollbar-arrow-color: white;
		scrollbar-track-color: black;
}
a:active {
		font-weight: BOLD;
}
p,li {
		font-size: 11pt;
		color: white;
		}
a {
		border: none;
		font-family: ARIAL;
		font-size: 12pt;
		color: #B6B6B6;
		text-decoration: NONE;
		}
h1,h3,h2,h4,h5,h6 {
		text-align: center;
		font-weight: bolder;
		text-decoration: underline;
		}
		
a:hover {
		text-decoration: underline
		}
img {
		border: 0pt;
		}