A { 
    text-decoration: none; 
}
a:link {
    color: #aaaaaa;
   }
a:visited {
    color: #aaaaaa; 
   }
a:hover {
    color: #ffffff;
   }
