body {
  background: #fff7ef;
  color: #552c22;
  font-family: sans-serif;
  font-weight: 100;
}
a:link, a:visited {
  text-decoration: none;
  color: #be7a31;
}
a:hover, a:active {
  text-decoration: underline;
  color: #be7a31;
}