body, table {
  color: black;
  background-color: white;
  font-family: Verdana, Arial, Helvetica;
}

h1 {
  color: #800000;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 125%;
  font-weight: bold;
  text-align: center;
}

td {
  vertical-align: top;
}

th {
  text-align: center;
}

.center {
  text-align: center;
}

div.center table {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

table.main {
  border-bottom: thin solid #000088;
}

table.nav {
  background-color: #000088;
  font-size: 75%;
}

table.nav th {
  color: white;
  background-color: #000088;
}

table.nav td {
  background-color: #99ccff;
}

table.search {
  border-top: 1px solid #000088;
  border-bottom: 1px solid #000088;
  border-left: none;
  border-right: none;
  font-size: 75%;
}

table.search td {
  border-top: 1px solid #000088;
  border-bottom: 1px solid #000088;
  border-left: none;
  border-right: none;
  background-color: #99ccff;
}

table.results {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
}

table.results td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  font-size: 75%;
}

table.listing {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
}

table.listing td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  font-weight: bold;
}

table.price {
  border: 0;
}

table.price td {
  font-size: 125%;
  border: 0;
}

td.final {
  color: #cc0000;
  text-align: right;
  font-weight: bold;
}

hr.line {
  height: 1px;
  color: #000000;
}

.small {
  font-size: 75%;
}
