a {
  color: #084a8c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f57519;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}