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