a:link
{
	color: rgb(215,25,33);
	text-decoration: none;
}
a:visited
{
	color: rgb(215,25,33); 
	text-decoration: none;
} 
a:active 
{
	color: black; 
	text-decoration: none;
}
body, ul, ol, li
{
	font-family: Arial, Helvetica;
	background-color: rgb(235,65,36);
	color: black;
	font-size: 10pt;
}
td
{
	font-family: Arial, Helvetica;
	color: black;
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
	color: black;
	text-align: left;
}
h1
{
	font-size: 14pt;
}
h2
{
	font-size: 12pt;
}
h3
{
	font-size: 10pt;
}