A:link  {
   color : #FF6600;
   background : transperent;
   text-decoration : none;
}

A:visited  {
   color : #000000;
   background : transparent;
   text-decoration : none;
}

A:hover {
	color : #000000;
	background : #FF6600;
	text-decoration : none;
}

 .body  {
  font-family : verdana, helvetica, arial, sans-serif;
  font-size : 75%;
  text-align : left;
  
}

b {
  font-family : verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  text-align : left;
}
