body{
    font-family: Verdana, Sans-serif;
}

h1,h2,h3 {
    font-family: Georgia, serif;
    color: #4E0102;
}
h1, h2 {
    text-align: center;
}

em{
    font-weight: bold;
    Font-size: 120%;
}
.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: #4E0102;
}
.firstWord {
    text-transform: uppercase;
}
#firstStory {
    color: #17037A;
}
#content {
    width: 75%;
    margin: 10px auto;
    background: white;
    padding: 1em 3em;
}
#navigation {
    font-family: Georgia, serif;
    font-size: 100%;
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
    text-align: center;
}

li {
    display: inline;
    list-style-type: none;
}
a:link, a:visited, a:active{
    color: #4E0102;
    text-decoration:none;
}
a:hover {
    color: #4E0102;
    text-decoration: underline;
}