html,body {
	margin-top: 0px;
	background-color: #000000;
	scrollbar-base-color:darkorange; 
	scrollbar-face-color:black; 
	scrollbar-arrow-color:bisque; 
	scrollbar-3dlight-color:darkorange; 
	scrollbar-highlight-color:darkorange; 
	scrollbar-shadow-color:lightsalmon; 
	scrollbar-darkshadow-color:goldenrod;
}
	
a:link {
	text-decoration: none;
	color: #FFCC00;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E0DFE3;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: FFCC00;
}
h2 {
	font-size: 16px;
	color: FE9801;
}
.style20 {font-size: 14}
.style13 {color: #FFCC00; font-size: x-small; }
.style14 {color: #FE9801}
.style16 {color: #FE9801; font-weight: bold; }
.style17 {color: #FE9801; font-weight: bold; font-style: italic; }

