h2 {
	font-family : Arial, sans-serif;
	font-weight : bold;
	color : White;
	font-size: 9pt;	
}
h1 {
	font-family : Arial, sans-serif;
	font-weight : bold;
	color : Yellow;
	font-size: 20pt;
	
}
body {

scrollbar-face-color:#000000;
scrollbar-highlight-color:#FFFF00;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#FFFF00;
scrollbar-arrow-color:#FFFF00;
scrollbar-track-color:#000000;
 background-color: Black;

}

A:LINK {
	font-family : Arial, sans-serif;
	font-weight:bold;
	color : Red;
	font-size: 9pt;
}
A:VISITED {
	font-family : Arial, sans-serif;
	font-weight:bold;
	color :Red;
	font-size: 9pt;
}
A:HOVER {
	font-family : Arial, sans-serif;
	font-weight:bold;
	color : White;
	font-size: 9pt;
	text-decoration : underline overline;	
}

P {
	font-family : Arial, sans-serif;
	font-weight : bold;
	color : Yellow;
	font-size: 9pt;
}

