body {
    font-family: Verdana, sans-serif;
    background-color: rgb(231, 225, 196);
}
h1 {
    font-family: Georgia, serif;
    color: saddlebrown;
    text-align: center;
}
h2 {
    font-family: Georgia, serif;
    color: #014b51;
    border-top: solid 2px #014b51;
    padding-top: 1em;
}
h3 {
    font-family: Georgia, serif;
    color: rgb(31, 125, 31);
}
p {
    color: #014b51;
}
em {
    font-weight: bold;
    font-size: 120%;
}
blockquote {
    background: #F0ECEC;
    margin: 1em;
    font-style: italic;
}
.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: saddlebrown;
}
.firstWord {
    text-transform: uppercase;
}
/* navigation styles */
#navigation {
    font-family: Georgia, serif; font-size: 100%;
    border-top: solid 2px rgb(139, 69, 19); 
    border-bottom: solid 2px rgb(139, 69, 19);
}
li {
    display: inline;
    list-style-type: none;
}
a:link, a:visited, a:active {
    color: saddlebrown; text-decoration: none; font-weight: bold;
}
#navigation a:link,
#navigation a:visited,
#navigation a:active {
    color: rgb(31, 125, 31);
}
a:hover {
    color:#17037A; text-decoration: underline; font-weight: bold;
}   