/* Very minimal 90s look */

body {
  background: #F5CB5C;
  color: #FBEDC5;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Console", monospace;
  margin: 0;
  padding: 20px;
}

a {
  color: #977278;
  text-decoration: underline;
}

a:visited {
  color: #977278;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1, h2 {
  color: #F4A652;
  font-family: "Courier New", Courier, monospace;
}

table {
  background: #F5CB5C;
}

hr {
  border: 0;
  height: 1px;
  background: #333333;
  margin: 20px 0;
}

img {
  border: 0;
}

small {
  color: #FBEDC5;
}
