a {
  text-decoration: underline;
  color: #0056b3;
}

a:hover,
a:focus {
  text-decoration: underline;
  outline: 2px solid #000;
}
