body {
  font-family: Georgia, 'Times Nes Roman', Times, serif;
  color: #624A28;
  background-color:#DFC97E;
}

p  {
    font-size: 10px;
    font-weight: normal;
}

h1 {
  font-size: 13px;
  font-weight: bold;
  color: #D4B244;
}

h2  {
    font-size: 11px;
    font-weight: bold;
    color: #B38F37;
}

a:link  {
  color: #B18B3A;
  font-weight: bold;
  text-decoration: underlined;
}

a:hover  {
  color: #B18B3A;
  font-weight: normal;
  text-decoration: none;
}

a:visited  {
  color: #B18B3A;
  font-weight: bold;
  text-decoration: underlined;
}

