a:link {
 color: #777; 
 }
 a:visited {
  color: #bbb;
 }
 a:hover {
  color: #fff;
  background-color: #e94;
 }
