a:link
{
	color: gray; 
	text-decoration: none;
}
a:visited
{
	color: gray; 
	text-decoration: none;
} 
a:active 
{
	color: red;
	text-decoration: none;
}
body
{
	font-family: Arial, Helvetica;
	background-color: white;
	color: black;
    color: rgb(51,51,153);
	font-size: 10pt;
}
h0,h1, h2, h3, h4, h5, h6
{
}
h1
{
	font-size: 18pt;
}
h2
{
	font-size: 12pt;
}
h3
{
	font-size: 10pt;
}
h0
{
	font-size: 30pt;
	}
