A { 
  color: #000000; 
  text-decoration: underline; 
}

A:hover { 
  color: #000000; 
  text-decoration: none; 
}
a:active {
  color: #000000; 
  text-decoration: none;
}
