body {
  background-color: "MAROON";
}

a:link {
  color: "#0000FF";
  text-decoration: none;
}

a:visited {
  color: "#0000FF";
  text-decoration: none;
}

a:hover {
  color: "MAROON";
  text-decoration: underline;
}

a:active {
  color: "#0000FF";
} 


