BODY { background-color: #FFFFFF; }
B { font-weight: bold; }

A:link
{
	text-decoration: none;
	font-weight: 400;
	color: #0000FF;
}

A:visited
{
	text-decoration: none;
	color: #0000FF;
}

A:hover 
{ 
	color: #ffffff;
	background-color:#0000ff; 
}


