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-bottom: solid 2px #4E0102;
    padding-bottom: 1em;
    text-align: center;
}

#navigation {
    border-bottom: solid 2px #4E0102; 
    text-align: center;
    
}

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;
    color: #4E0102;
}

#firstStory {
    color: #17037A;
}

#content {
    width: 75%;
    margin: 10px auto;
    background: white;
    padding: 1em 3em;
}

#navigation {
    font-family: Georgia, serif;
    font-size: 100%;
    
    
}

a {
    
    color: black; 
    text-decoration: none;
    
}

li{
    display:inline;
    list-style-type: none; 
    color: black; 
    text-decoration: none;
    
}

a:hover {
    
    text-decoration: underline;
    
}







