


a:link     {color:      black;
            background: transparent;
            font-weight: bold;
            text-decoration: none;
}



a:active   {color:      black;
            background: transparent;
            font-weight: bold;
            text-decoration: none;
}

a:visited  {color:      black;
            background: transparent;
            font-weight: bold;
            text-decoration: none;
}



a:hover    {color:      white;
            background: #C00000;
            font-weight: bold;
            text-decoration: none;
}


              
