a:link
{
	color: rgb(128,0,0); 
	font-size:10pt;
	font-family: Arial
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial;
	background-color: rgb(255,255,255);
	color: rgb(0,51,51);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial
}
h1
{
   	font-size:14px;
	color: rgb(0,0,255);
}
h2
{
	font-size:16px;
	color: rgb(0,0,255); 
}
h3
{
	font-size:18px;
	color: rgb(0,0,255); 
}
h4
{
	font-size:10px;
	color: rgb(0,0,0);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,153);
}