/* your styles go here */

a {
  color: #1dc1f8;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1483a8;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}