body {
  background-color: black;
  font-family: Century Gothic;
  font-size: 12px;
  color: black;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
}
div {
  font-family: Century Gothic;
  font-size: 12px;
}
td {
  font-family: Century Gothic;
  font-size: 12px;
  color: #322714;
}
p {
  font-family: Century Gothic,Arial,Helvetica,sans-serif;
  font-size: 9pt;
  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-size: 20px;
  font-style: normal;
  font-family: Century Gothic,Arial,Helvetica,sans-serif;
  color: #ba5e03;
  padding-top: 5px;
}
h2 {
  font-family: Century Gothic;
  font-size: 16px;
  color: #853500;
  padding-top: 8px;
}
h3 {
  font-family: Century Gothic;
  font-size: 14px;
  color: #aa843d;
  margin-left: 10px;
}
a {
  font-family: Century Gothic;
  font-size: 12px;
  color: #990000;
  font-weight: bold;
  text-decoration: underline;
}
a.nav {
  font-family: Century Gothic;
  font-size: 13px;
  color: #e4d5ba;
  font-weight: bold;
  text-decoration: none;
}
a.nav:hover {
  font-family: Century Gothic;
  color: #fb7f05;
  font-weight: bold;
  text-decoration: none;
}
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.none:hover {
  font-family: Century Gothic;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

