@media screen
{

  A        {text-decoration: none;}
  A:Hover  {text-decoration: underline;}
  A:Active {text-decoration: underline;}

}
