body {
  background-color: #004f73;
  color: #ffea8a;
  font-family: monospace;
}
/* Unvisited Link */
a:link {
  color: #ff94a7;
  text-decoration: underline;
}

/* Visited Link */
a:visited {
  color: #e5f7ff;
  text-decoration: none !important;
}

/* Mouse over Link */
a:hover {
  color: #00aeff;
  /* optional: keep underline on hover for unvisited links */
}

/* Link at the moment of click */
a:active {
  color: #8b0000;
}