

.body {
	font-family:Georgia, Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}



a:hover		{
	text-decoration: underline;
	color: #000000;

} 
a:link 		{
	color: Maroon;
	text-decoration: underline;

}
a:visited 		{
	text-decoration: underline;
	color: Maroon;

} 
a:active 	{
	color: Maroon;
	text-decoration: underline;
}