A { 
  color: #003366; 
  text-decoration: underline; 
}

A:hover { 
  color: #3D5D84; 
  text-decoration: none; 
}