body {
  background-color: #F5F5DC;
  color: #2E0000;
  font-family: Verdana, Arial, sans-serif;
}
header { background-color: #D2B48C; }
nav, dt { font-weight: bold; }
nav>a {
  text-decoration: none;
}
main article>p { margin-bottom: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', Times, serif; }
h3 {
  background-color: #E6D6A9;
  text-transform: uppercase;
}
ul { list-style-image: url(marker.gif); }
footer {
  background-color: #D2B48C;
  color: #000000;
  font-size: 0.60em;
  font-style: italic;
  text-align: center;
}