A
{
   text-decoration: none;
   color: #ff6600;
/*   background: yellow; */
}

A:Hover
{
   text-decoration: none;
   color: #800000;
/*   background: navy; */
}

A.popups
{
   text-decoration: none;
   font-weight: bold;
   color: #ff6600;
}

A.popups:Hover
{
   text-decoration: none;
   font-weight: bold;
   color: #800000;
}

A.other
{
   text-decoration: none;
   font-weight: bold;
   color: magenta;
}

A.other:Hover
{
   text-decoration: none;
   font-weight: bold;
   color: #800000;
}
