table.searchhead {
  background-color: #ddd;
  width: 100%;
}

.search1, .search2, .search3, .search4 { color: black }

.search1 { background-color: #e99 }
.search2 { background-color: #9e9 }
.search3 { background-color: #99e }
.search4 { background-color: #e9e }

.searchresults dt {
  border-top: 3px solid #ddd;
  padding: 0.5em 0 1em 0;
  font-weight: normal;
}

.searchresults .query { font-weight: bold }

.searchresults .searchfooter {
  margin-top: 2em;
  border-top: 1px solid #999;
  font-size: smaller;
}

.searchresults .searchfooter p { margin-top: 0 }
.searchresults .lastupdate { float: left }
.searchresults .perlfectlink { float: right }
