html, body {
  background-color: #D7D7D7;
}

a:link, a:visited {
  color: #3A5EFF;
  text-decoration: none;
}

a:hover, a:active {
  color: #3A5EFF;
  text-decoration: underline;
}
