a:link
{
	color: rgb(255,255,255); 
	text-decoration: underline;
}
a:visited
{
	color: rgb(255,255,255);
	text-decoration: underline;
}
a:hover
{
	color: rgb(0,100,100);
	text-decoration: underline;
}
body
{
	font-family: Times New Roman, Arial, Helvetica, Geneva;
	font-size: 10pt;
	color: rgb(0,0,0);
	scrollbar-3dlight-color:rgb(192,192,192); 
	scrollbar-arrow-color:rgb(0,0,0);
	scrollbar-base-color:rgb(192,0,192);
	scrollbar-darkshadow-color:rgb(192,192,192);
	scrollbar-face-color:rgb(230,230,230);
	scrollbar-highlight-color:rgb(192,192,192);
	scrollbar-shadow-color:rgb(192,192,192)
}
h1
{
	font-family: Times New Roman, Helvetica, Geneva;
	font-weight: bold;
	font-size: 14pt;
	color: rgb(254,101,0);
}