body {
  font-family: "serif", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #4e7343;
  background-color: #f5eac3;
}

h1,
h2,
h3 {
  font-family: "baskerville", sans-serif;
  color: #00391a;
  text-align: center;
}

h1 {
  margin: 0 auto;
  padding: 10px;
  font-size: 2.2em;
}

h2 {
  margin: 0 auto;
  padding: 10px;
  font-size: 1.8em;
}

h3 {
  margin: 0 auto;
  padding: 10px;
  font-size: 1.5em;
  border-bottom: #4e7343 solid 1px;
}

p {
  margin: 0 auto;
  padding: 10px;
  font-size: 1em;
}

.firstLetter {
  font-size: 2.5em;
  color: #00391a;
  font-style: bold;
}

.firstWord {
  text-transform: uppercase;
  font-size: small;
}

#navigation {
  margin: 0 auto;
  width: 80%;
  padding: 10px;
  font-family: "georgia", sans-serif;
  font-size: 100%;
  border-top: solid 2px #bfb3d9;
  border-bottom: solid 2px #bfb3d9;
}

li {
  margin: 0 auto;
  padding: 10px;
  display: inline;
  list-style-type: none;
}
a:link /* unvisited link */ {
  color: #4e7343;
  text-decoration: none;
  font-weight: bold;
}
a:visited /* visited link */ {
  color: #ad9dc4;
  text-decoration: none;
  font-weight: bold;
}
a:hover /* user hovers */ {
  color: #ad9dc4;
  text-decoration: underline;
}
a:active /* active link */ {
  color: #4e7343;
  text-decoration: underline;
}
