body {
    font-family: Verdana, sans-serif;
    background-color: #f0f0f0;
}
h1,h2,h3 {
    font-family: Georgia, serif;
    color: #354c6b;
}
h1 {
    text-align: center;
}
h2 {
    border-top: solid 2px #354c6b;
    padding-top: 1em;
    text-align: center;

}
em {
    font-weight: bold;
    font-size: 120%;
}
blockquote {
    background: #c5d0e2;
    margin: 1em;
    font-style: italic;
}
.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: #465169;
}
.firstWord {
    text-transform: uppercase;
}
#firstStory {
    color: #7d91a6;
}
#p {
    color: #7d91a6;
}
#navigation {
    font-family: Georgia, serif; font-size: 100%;
    border-top: solid 2px #465169;
    border-bottom: solid 2px #465169;
    text-align: center;
}
li {
    display: inline;
    list-style-type: none;
}
a:link, a:visited, a:active {
color: #465169; text-decoration: none; font-weight: bold;
}
a:hover {
color: #465169; text-decoration: underline; font-weight: bold;
}
.current {
text-decoration: underline; font-weight: bold;
}