a
{
	 text-decoration: none;
}
a:link
{
	color: #006699;
}
a:visited
{
	color: #006699; 
} 
a:active 
{
	color: #006699;
}
a:hover 
{
	text-decoration: underline;
}
body
{
	font-family: Arial, Helvetica , sans-serif;
	font-size: 10 pt;
	background-color: #5A6173;
}
table 
{
	font-size: 10 pt;
}
b
{
	color: maroon;
}