#firstStory{
    color: #17037A;
}
#navigation {
font-family: Georgia, serif; font-size: 100%;
border-top: solid 2px #4E0102;
border-bottom: solid 2px #4E0102;
}
li {
display: inline;
list-style-type: none;
}

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

a:link /* unvisited links */
a:visited /* visited links */
a:hover /* user hovers */
a:active /* active links */ 

a:link, a:visited, a:active {
color: #17037A; text-decoration: none; font-weight: bold;
}
a:hover {
color: #17037A; text-decoration: underline; font-weight: bold;
}
.current {
text-decoration: underline; font-weight: bold;}

h1 {
    text-align: center;
}


h2 {
    text-align: center;
    border-top: solid 2px #17037A;
    padding-top: 1em;
} 
ul {
    text-align: center;
}
.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: #4E0102;
}
.firstWord {
    text-transform: uppercase;
}
body {
    font-family: Verdana, sans-serif;
    background-color: whitesmoke;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color: #4E0102;
}
