body {
    font-family: Verdana, sans-serif;
    background-color: lightpink;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color: #4E0102;
}
h1 {
    text-align: center;
}
h2 {
    border-top: solid 2px #4E0102;
    padding-top: 1em;
}
em {
    font-weight: bold;
    font-size: 120%;
}
blockquote {
    background: #F0ECEC;
    margin: 1em;
    font-style: italic;
}
#navigation{
    font-display: Georgia, seriff;
    font-size: 100%
    border-top: solid 2px black;
    boarder-bottom: solid 2px black;
    text-align: center;    
}
li {
    display: inline;
    list-style-type; none; 
}
a: link, a:visited, a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#content {
    width: 80%
    background-color: white;
    margin: 20px auto;
    padding: 1em 3em;
}
.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: #4E0102;
}
.firstWord {
    text-transform: uppercase;
}
#firstStory {
    color: #17037A;
}