body{
  font-family: Verdana, sans-serif;
  background-color: white;
  color: grey;
}
h1, h2, h3{
  font-family: Georgia, serif;
  color: #90B061
}
h1, h2{
  text-align: center;
}
h3{
  border-bottom: solid 3px black;
  padding-top: 15px;
  padding-left: 20px;
}
em{
  font-weight: bold;
  font-size: 120%;
}
blockquote{
  background-color: #F0ECEC;
  margin: lem;
  font-style: italic;
}
.firstLetter{
  font-size: 300%;
  font-family: Georgia, sans-serif;
  color: #90B061;
}
.firstWord{
  text-transform: uppercase;
}
#firstStory{
  color: #17037A;
}
#content{
  width: 75%;
  margin: 10px auto;
  background: white;
  padding: lem 3em;
}

#navigation{
  font-family: Georgia, Serif;
  font-size: 100%;
  border-top: solid 2px #90B061;
  border-bottom: solid 2px #90B061;
  text-align: center;
  background-color: #90B061;
}

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

}
a:link, a:visited, a:active {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
a.hover{
  color: black;
  text-decoration: underline;
}
