a:link
{
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
a:visited
{
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
} 
a:active 
{
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	
}
a:hover
{
	color: red;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-align: center;
	
}
table
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6
{
}
h1
{
}
h2
{
}
h3
{
}
h4
{
}
h5
{
}
h6
{
}