.indexholder {
  clear: both;
  text-align: center;
  margin: 5px 5px 5px 20px;
}

ul.index {
  text-align: left;
  display: inline;
  padding: 0px;
  margin: 0px;
  list-style: none;
  clear: both;
  margin-top: 1em; margin-bottom: 1em;
}

ul.index li {
  padding: .25em 1em .25em 0em;
  margin: 0px;
  list-style: none;
  font-weight: bold;
  color: black;
  float: left;
}

* html ul.index li { display: inline; }

ul.index li a:link, ul.index li a:visited {
  background-color: #ffffcc;
  color: #DAB359;
  font-weight: normal;
}

ul.index li a:hover, ul.index li a:active {
  background-color: #DAB359;
  color: #800B10;
  font-weight: normal;
}

.result { margin: .25em; line-height: 150%; }

.result  a:link, .result a:visited {
  background-color: #ffffcc;
  color: #800B10;
  font-weight: normal;
}

.result  a:hover, .result a:active {
  background-color: #DAB359;
  color: #800B10;
  font-weight: normal;
}

.resultsheader {
  clear: both;
  margin: 20px;
}

.resultsholder {
  margin: 20px;
}

#searchbar {
  margin: 5px 5px 5px 20px;
}

