body {
	font-family: Century Gothic;
	font-size: 9pt;
	color: #6699ff;
        
	background-color: #000000;
        filter: chroma(color=#FFFFFF);
        font-background-color: #000000;
        scrollbar-base-color: #6699ff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #6699ff;
	scrollbar-3dlight-color: #6699ff;
	scrollbar-darkshadow-color: #6699ff;
	scrollbar-shadow-color: #6699ff;
	scrollbar-arrow-color: #FFFFFF
}
a:link {
	font-family: Century Gothic;
	font-size: 8pt;
	color: #ff9933;
	

}
a:visited {
	font-family: Arial;
	font-size: 8pt;
	color: #6699cc;
}
a:hover {
	font-family: Century Gothic;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #0000FF;
	border: medium dashed #99ccff;
}
a:active {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
}
.head {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699ff;
	border: 1px dashed #FFFFCC

}


.body {
	color: #ff9933;
	background-color: #ffffff;

}