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

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

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

td {
  vertical-align: top;
}

th {
  text-align: center;
}

.center {
  text-align: center;
}

span.header {
  color: #dd0000;
  font-weight: bold;
}

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

table.header {
  border-bottom: thin solid #000000;
  background-color: #bdd6ef;
}

table.header td {
  vertical-align: middle;
}

table.nav, table.showcase {
  background-color: #bdd6ef;
  font-size: 75%;
}

table.nav, table.showcase th {
  color: #dd0000;
  background-color: #bdd6ef;
}

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

table.showcase td {
  background-color: white;
  text-align: center;
}

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

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

.small {
  font-size: 75%;
}

.price {
  color: #ff0000;
  font-weight: bold;
}