body, p, li, dt, dd {
  background-color: white;
  color: black;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  line-height: 135%;
}

a:link, a:visited {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:selected, a:active {
  text-decoration: underline;
}

td.content {
  background-color: white;
  color: black;
}

img.quality {
  margin: 5px 5px 5px 25px;
  border: 1px solid black;
}

.home-content {
  text-align: center;
}

h1 {
  font-size: 140%;
  margin-top: 15px;
}

h2 {
  font-size: 125%;
  margin-top: 10px;
}

.home-content h1 {
  font-size: 180%;
}

.footer {
  text-align: center;
}

.gallery img {
  border: 1px solid black;
}