A 
{  text-decoration: underline;
   font-family: Arial; 
   font-size: 12px; font-style: bold; 
   color : #000000;
   font-weight: bold;
}

A:hover 
{  text-decoration: none;
   color : #804040;
}