body {
  background-color: #cd9c26;
  font-family: Century Gothic;
  font-size: 12px;
  color: black;
}
div {
  font-family: Century Gothic;
  font-size: 12px;
}
td {
  font-family: Century Gothic;
  font-size: 12px;
  color: black;
}
p {
  font-family: Century Gothic;
  font-size: 12px;
  text-align: justify;
}
ol {
  font-family: Century Gothic;
  font-size: 12px;
  color: gray;
  font-weight: normal;
}
ul {
  font-family: Century Gothic;
  font-size: 12px;
  color: black;
  font-weight: normal;
}
h1 {
  font-family: Century Gothic;
  font-size: 18px;
  color: #aa843d;
}
h2 {
  font-family: Century Gothic;
  font-size: 14px;
  color: #853500;
}
h3 {
  font-family: Century Gothic;
  font-size: 14px;
  color: #aa843d;
}
a {
  font-family: Century Gothic;
  font-size: 12px;
  color: #627154;
  font-weight: bold;
  text-decoration: underline;
}
a.nav {
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  font-family: Century Gothic;
  color: #e4d5ba;
  text-decoration: none;
  margin-left: 10px;
}
a.none {
  border: 1px dotted #97711b;
  font-family: Century Gothic;
  font-size: 10px;
  color: #97711b;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  font-family: Century Gothic;
  color: #853500;
  font-weight: bold;
  text-decoration: underline;
}
a.nav:hover {
  color: #cd9c26;
  text-decoration: none;
}
a.none:hover {
  font-family: Century Gothic;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
a.navdrop {
  font-size: 13px;
  color: #e4d5ba;
  font-weight: bold;
  font-family: Century Gothic;
  text-decoration: none;
}
a.navdrop:hover {
  color: #cd9c26;
  text-decoration: none;
  font-family: Century Gothic;
  font-weight: bold;
}
