body, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	scrollbar-arrow-color : Silver;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #8B0000;
	scrollbar-highlight-color : Black;
	scrollbar-shadow-color : Black;
	scrollbar-track-color : Black;
	scrollbar-3dlight-color: Black;
	background-color : Black;
	font-size: 10pt;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
	color: Red;
}

p { font-size: 100%; }

h1, h2, h3 { text-transform: uppercase }

h1 { font-size: 150%; font-weight: bold; color: #ff0000; }

h2 { font-size: 130%; font-weight: bold; }

h3 { font-size: 110%; font-weight: bold; }

