a:link
{
   text-decoration : underline;
   color : #0000CC;
   background-color : transparent;
}

a:visited
{
   text-decoration : underline;
   color : #0000CC;
   background-color : transparent;
}

a:hover
{
   text-decoration : underline;
   color : #FF0000;
   background-color : transparent;
}

a:active
{
   text-decoration : underline;
   color : #990099;
   background-color : transparent;
}

a.red:link
{
   text-decoration : underline;
   color : #FF0000;
   background-color : transparent;
}

a.red:visited
{
   text-decoration : underline;
   color : #FF0000;
   background-color : transparent;
}

a.red:hover
{
   text-decoration : underline;
   color : #990000;
   background-color : transparent;
}

a.red:active
{
   text-decoration : underline;
   color : #990099;
   background-color : transparent;
}


