BODY {
  background-color: #D3EFFF;
  margin-left: 20px;
  font-family: Verdana, Sans-serif, Helvetica;
}

A:link  
{
	color : White;
	text-decoration : none;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
	
}

A:visited  
{
	color : White;
	text-decoration : none;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
	
}

A:hover  
{
	color : Lime;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
	TEXT-DECORATION: underline overline
}



