a:link {
  color: #591F00;
  font-weight: bold;;
  text-decoration: none;
}

a:visited {
  color: #591F00;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #591F00;
  font-weight: bold;
  text-decoration: none;
}
a:active {
  color: #591F00;
  font-weight: bold;
  text-decoration: none;
}

body {
  background: #591F00;
  color: #000000;
  font: 10pt/18pt "Trebuchet MS", Arial, Verdana, sans-serif;
  padding-left: 25%;
  padding-right: 25%;
}

h1 {
  color: #FDE691;
}

ul {
  list-style: none;
}

#proper {
  background: #ffffff;
  min-height: 70%;
  border: 1px solid #000000;
  padding: 15px;
  padding-top: 3px;
}

#header {
  text-align: right;
}

#content {
  background: #ffffff;
}

#contact {
  font-style: italic;
  color: #FDE691;
}

#contact a {
  color: #FDE691;
}

.update {
  float: right;
  font-weight: bold;
}

#tit {
  font-weight: bold;
  text-align: center;
}

#auth {
  font-style: italic;
  text-align: center;
}

#art {
  border: 1px dotted #000000;
  padding: 10px;
}