body {
  color: #2b2622;
  background-color: #fff;
  background-color: #fffff8;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 13pt;
  line-height: 1.55;
  font-family: 'Source Serif 4', Charter, 'Iowan Old Style', Georgia, serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
}

.filler {
  flex-grow: 1;
}

#wrapper {
  max-width: 900px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

#wrapper a {
  color: #7a2018;
  text-decoration: none;
}

#wrapper h1, h2, h3, h4 {
  color: #1a1613;
  font-weight: normal;
}

#wrapper h1 {
  padding-top: 10px;
  margin-bottom: 8px;
  font-weight: bold;
  letter-spacing: 1pt;
}

#wrapper .links {
  margin-top: 4px;
  color: #8a8378;
}

#wrapper h2 {
  font-size: 16pt;
  margin-top: 30px;
  margin-bottom: 5px;
}

#wrapper h3 {
  font-size: 14pt;
  margin: 10px;
}

#wrapper li {
  margin-top: 0px;
  list-style-type: circle;
}
