a {  color: #FF0000; text-decoration: underline}
a:hover {  color: #FF0000; background-color: #FFFFFF; text-decoration: none}
a:active {  color: #CCCCCC; text-decoration: none; background-color: #FFFFFF}
a:visited {  color: #FF0000; text-decoration: underline}

a.Bordeaux:link      {
              color: #660000; 
              text-decoration: underline; 
              font-weight: bold 
            }
            
a.Bordeaux:visited   {
              color: #660000; 
              text-decoration: underline; 
              font-weight: bold 
            }
            
a.Bordeaux:hover     {
              color: #FF9999; 
              text-decoration: none; 
              font-weight: bold
               
            }
            
a.Bordeaux:active    { 
              color: #FF9999; 
              text-decoration: none; 
              font-weight: bold
            }



