body{
    font-family: Verdana, sans-serif;
    background-color: whitesmoke;
}
h1,h2,h3{
    font-family: Georgia, serif;
    color: #4B0082;
}
h1{
    text-align: center;
}
h2{
    border-top: solid 2px #4B0082;
    padding-top: 1em;
}
em{
    font-weight: bold;
    font-size: 120%;
}
blockquote{
    background: #F0ECEC;;
    margin: 1em;
    font-style: italic;
}
.firstLetter{
    font-size: 300%;
    font-family: Georgia, serif;
    color: #7B68EE;
}
.firstWord{
    text-transform: uppercase;
}
#firstStory {
    color: #4169E1;
}
#navigation{
    font-family: Georgia, serif; font-size: 100%;
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
}
li{
    display: inline;
    list-style-type: none;
}
a:link, a:active, a:visited {
    color :rgb(37, 76, 161); text-decoration: none; font-weight: bold;
} 
a:hover{
    color :rgb(200, 90, 247); text-decoration: underline ; font-weight: bold;
}

