a {
  text-decoration: none;
}
a:link {
  color: #555555;
  background-color: inherit;
  text-decoration: underline;
}
a:hover {
  color: red;
  background-color: inherit;
}
a:hover:visited {
  color: red;
}
a:active {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
  color: inherit;
}
body {
  margin: 0;
  padding: 1em;
  overflow: auto;
  font-family: Times New Roman,serif;
  background-color: #ffeda5;
}
