/* Wait, why is my door open? */

body {
  background-color: blue;
  color: red;
  font-family: Arial;
}
a:link {
  color: red;
  text-decoration: none;
}
a:visited {
    color: red;
  text-decoration: none;
}
a:hover {
    color: red;
  text-decoration: none;
}