body {
  background-color: #4c0d0c;
  padding: 20px;
  margin: 0px;
  text-align: center;
}

a:link, a:active, a:visited {
  color: white;
  text-decoration: underline;
}

a:hover {
  color: orange;
  text-decoration: underline;
}

span.orange {
  color: Orange;
}

span.red {
  color: Red;
}
