body {
    font-family: Verdana, sans-serif;
    background-color: #CCCCCC;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color:darkblue;
}
h1 {
    color:darkblue;
    text-align: center;
}
h2 {
    color:royalblue;
    text-align: center;
    padding-bottom: 1em;
}
h3{
    padding-top: 1em;
}
em {
    font-weight: bold;
    font-size: 120%;
}
blockquote {
    background: #F0ECEC;
    margin: 1em;
    font-style: italic;
}
.firstLetter {
    font-size: 250%;
    font-family: Georgia, serif;
    color: midnightblue;
}
.firstWord {
    text-transform: uppercase;
}
#firstStory {
    color: black;
    background-color:aliceblue;
}
#content {
    width: 75%;
    margin: 10px auto;
    background: white;
    padding: 1em 3em;
}
#navigation{
    text-align: center;
    color:cornflowerblue;
    border-top: solid 2px darkblue;
    border-bottom: solid 2px darkblue;
}
li{
    display: inline;
    text-decoration: none
}
a:link,a:visited,a:active{
    color: darkslateblue;
    text-decoration:underline;
}