a:link
{
	color: rgb(255,255,255); 
	text-decoration: none;
}
a:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
}
a:hover
{
	color: rgb(255,0,0);
	text-decoration: none;
}
a.dlink
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a.hdlink
{
	color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: none;
}
body
{
	font-family: Arial, Helvetica, Geneva;
	font-size: 12pt;
	color: rgb(255,255,255);
	scrollbar-3dlight-color:#336699;
	scrollbar-arrow-color:rgb(255,255,255);
	scrollbar-base-color:rgb(192,192,192);
	scrollbar-darkshadow-color:#336699;
	scrollbar-face-color:#336699;
	scrollbar-highlight-color:rgb(255,255,255);
	scrollbar-shadow-color:#336699;
}
h1
{
	font-family: Arial, Helvetica, Geneva;
	font-weight: bold;
	text-decoration: underine;
	font-size: 14pt;
	color: rgb(255,255,255);
}