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

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

h1,h2 {
 text-align: center;
}

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

blockquote{
    background: #F0ECEC;
    margin: 1em;
    font-style: italic;
}

.firstletter{
    font-size: 300%;
    font-family: Georgia, serif;
    color: cadetblue;
}

.firstWord {
  text-transform: uppercase;
}

#firstStory {
  color: cadetblue;
}

#content {
  width: 75%;
  margin: 10px auto;
  background: white;
  padding: 1em 3em;
}

#navigation {
    font-family: Georgia, serif;
    font-size: 95%;
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
    text-align: center;
}

ul {
    color: black;
}

li {
    display: inline;
    list-style-type: none;
}

a:link, a:visited, a:active{
    color: black;
    text-decoration: none;
}

a:hover{
    color: black;
    text-decoration: underline;
}