#navigation {
    font-family: Georgia, serif; font-size: 100%;
    border-top: solid 1px #cc7c35;
    border-bottom: solid 1px #cc7c35;
}

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

a:link, a:visited, a:active {
    font-size:80%; color: lightcoral; text-decoration:none; font-weight:bold; line-height:60%;
}

a:hover {
    font-size:80%; color:rgb(226, 103, 103); text-decoration: underline; font-weight:bold; line-height:60%;
}

.current {
    font-size:80%; text-decoration: underline; font-weight: weight; line-height:60%;
}

body {
    font-family: Verdana, sans-serif;
    background-color: #CCCCCC;
    }
    h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color: #4E0102;
    }
    h1 {
    text-align: center;
    }
    h2 {
    border-top: solid 2px #4E0102;
    padding-top: 1em;
    }
    em {
    font-weight: bold;
    font-size: 120%;
    }
    blockquote {
    background: #F0ECEC;
    margin:1em;
    font-style: italic;
    }
    .firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: #4E0102;
    }
    .firstWord{
    text-transform: uppercase;
    }
    #firstStory {
    color: #17037A;
    }