body { 

font-family: Georgia, serif; background-color:cornflowerblue
}
h1 { 

font-family: inherit; color:cornflowerblue;
}

h1, h2 {
text-align: center
}  

h1 { border-top: solid 2px #4E0102; padding-top: 1em; 

}

em { font-weight:bold;

}

blockquote { background:#F0ECEC; margin; 1em; font-style: italic

}
.firstLetter {font-size: 200%;
    font-family: inherit serif;
   } 

.firstWord {text-transform: uppercase}

#firststory {color:cornflowerblue}

#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;
    background-color:cornflowerblue;
}

li {
    display: inline;
    list-style-type:none
}
a:link a:visited a:active { color: black;
text-decoration: none; font-weight: bold}

a:hover {color:white; text-decoration: underline; font-weight:bold}

a:link { color:black}
a:visited {color: black}

.current{ text-decoration: underline; font-weight:bold;}