a {
  color: #1999d4;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  color: #999;
}

a:visited {
  color: #1999d4;
}
