a:link {
  color: #00CCFF;
  text-decoration: none;
}

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