body {
    font-family: Bahnschrift, sans-serif;
    background-color: lightblue;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Bahnschrift, serif;
    color: darkblue;
}

h1,h2 {
    text-align: center;
}

h2 {
    border-top: solid 2px black;
    padding-top: 1em;
}

em {
    font-weight: bold;
    font-size: 120%;
}

blockquote {
    background: #F0ECEC;
    margin:1em;
    font-style: italic;
}

#navigation {
    font-family: Bahnschrift, serif;
    font-size: 100%;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    text-align: center;
}

li {
    display: inline;
    list-style-type: none;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
    color: blue;
}

.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;
}