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

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