body {
    font-family: Verdana, sans-serif;
    background-color: gray;
}
h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color: #A6CEFF;
}
h1 {
    text-align: center;
    color: white;
}
h2 {
    border-top: solid 2px #A6CEFF;
    padding-top: 1em;
    color: white;
}
em {
    font-weight: bold;
    font-size: 120%;
}
blockquote {
    background: #A6CEFF;
    margin: 1em;
    font-style: italic;
}
.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: #A6CEFF;
}
.firstWord {
    text-transform: uppercase;
}
#firstStory {
    color: black;
}
#content {
    width: 75%;
    margin: 10px auto;
    background: white;
    padding: 1em 3em;
}

#navigation { 
    font-family: georgia, serif; 
    font-size: 100%; 
    border-top: solid 2px #A6CEFF; 
    border-bottom: solid 2px #A6CEFF; 
    text-align: center;
    background-color: #A6CEFF;
    
}

ul { 
    color: white;

}

li { 
    display: inline; 
    List-style-type: none; 
}

a:link, a:visited, a:active { 
    color: white;
    text-decoration: none;
    
}

a:hover { 
    color: white;
    text-decoration: underline; 
}