a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(191,44,55); 
} 
a:active 
{
	color: rgb(191,44,55);
}
a:hover
{
	font-weight: ;
	color: rgb(191,44,55);
}
.body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}