a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(0,153,153); 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-size: 8 pt;

}
table

{
font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-size: 8 pt;

}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold}
h1
{
	color: rgb(255,0,0); 
}
h2
{
	color: rgb(153,0,0); 
}
h3
{
	color: rgb(0,0,0); 
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(255,255,255);
}
h6
{
	color: rgb(255,255,255);
	font-family: Verdana;
	font-size: 8pt;}

}
p
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-size: 10pt;
}
li
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,102);
	font-size: 10pt;
}