div.main 
{
position:absolute;
left: 220;
top: 50;
font-family: Verdana;
font-size: 14px;
color: black;
}
a:link 
{
 text-decoration: none;
 color: #0033FF;
}
a:visited 
{
 text-decoration: none;
 color: #0033FF;
}
a:hover 
{
 text-decoration: underline;
 color: #0033FF;
}
a:active 
{
	text-decoration: none;
	color: blue;
}
body,td,th 
{
 color: #0033FF;
}
