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

h1{
    text-align: center;
    padding:50px;
}
h2{
    border-top: solid 2px 
    color:brown;  
    padding-top: 1em;
     padding:40px;
}
h3{
    font-family: Georgia, serif;
    text-decoration-color:brown;
    font-weight: bold;
    padding:30px;
}
em {
    font-weight: bold;
    padding: 30px;
}
blockquote {
    background: #F0ECEC;
    margin:1em;
    font-style: italic;

}
.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: #4E0102;
}
.firstWord {
    text-transform: uppercase;
}
#firstStory {
    color: #17037A;
}
#content{
    width: 75%;
    margin: 20px auto;
    background-color: white;
    padding: 1em 3em;
}
#navigation {
    font-family: Georgia, serif;
    padding: 20px;
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
    margin-left
}
li{
    display:inline;
    list-style-type:none;
}
a:hover{
    color:#4E0102;
    text-decoration:underline;
}
a:link, a:visited, a:active{
    color:#4E0102;
    text-decoration: underline;
}
. current {
    text-decoration: underline; 
    font-weight: bold;
}
