body {
  font-family: Verdana, sans-serif;
  background-color: whitesmoke;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, serif;
  color: #4E0102;
}

h1 {
  text-align: center;
  margin-bottom: 0.8em;
}

h2 {
  border-top: solid 2px #4E0102;
  padding-top: 0.8em;
  margin-top: 1.5em;
}

h3 {
  margin-top: 1.4em;
  margin-bottom: 0.8em;
  font-size: 1.5em;
}

p {
  line-height: 1.6;
  font-size: 1.1em;
  margin-bottom: 1em;
}

em {
  font-weight: bold;
  font-size: 120%;
}

.firstLetter {
  font-size: 180%;
  font-family: Georgia, serif;
  color: #4E0102;
  vertical-align: -1px;
}

.firstWord {
  text-transform: none;
}

#firstStory {
  color: #2f3a6b;
}

#content {
  width: 72%;
  max-width: 1050px;
  margin: 30px auto;
  background: white;
  padding: 2em 4em;
}