a:link {
  color: #ff9700;
  text-decoration: underline;
}

a:visited {
  color: #ff9700;
  text-decoration: underline;
}

a:hover {
  color: #acaaaa;
  text-decoration: none;
}

body {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 0px;
  background:#080102 url(images/background.gif) repeat-x top left;
  font-family: century gothic;
  font-size: 60px;
  color: #9c7030;
}

h1 {
  font-family: "Goudy Old Style", times, goergia, serif;
  font-size: 20px;
  color: #acaaaa;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #9c7030;
}

.navigation {
  margin-top: 10px;
  margin-right: 10px;
}

.sub_navigation{
  font-family: century gothic;
  font-size: 13px;
  color: #acaaaa;
  padding: 10px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #000000;
}

.table_body_justified {
  margin-top: 10px;
  margin-left: 5px;
  font-family: century gothic;
  font-size: 13px;
  text-align: justify;

}

.table_body_not_justified {
  margin-top: 10px;
  margin-left: 5px;
  font-family: century gothic;
  font-size: 13px;
}

.image_right {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.gallery_title {
  font-family: century gothic;
  font-size: 12px;
  margin-top: 5px;
}

.gallery_text {
  font-family: century gothic;
  font-size: 10px;
  margin-top: 5px;
}


.footer {
  font-family: arial, sans;
  font-size: 11px;
  margin-top: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #9c7030;
  padding: 5px;

}