/* CSS Document */
body {
  background-color: #EBC496;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #724908;
  }
h5 {
  font-size: small;
  }
a, a:visited {
  color: #724908;
  background-color: #EBC496;
  text-decoration: none;
  }
a:hover {
  color: #EBC496;
  background-color: #724908;
  text-decoration: none;
  }
