A:visited {
   text-decoration : none; 
   color : #7E8DC2;
}
A:link {
   font-weight : bold; 
   text-decoration : none; 
   color : #7E8DC2; 
}
A:hover {
   color : #008CE5;
   background-color : #FFFFFF;  
   text-decoration : none; 
}
A:active {
   font-weight : bold; 
   text-decoration : none;
   color : #7E8DC2;
}

