body{
    font-family: Verdana, sans-serif;
background-color: white;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color : #8A4B34;
}
h1,h2 {
    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-align: -transform: uppercase;

}
#firstStory{
    color:#1C0399;
} 
#content{
    width: 75%;
    margin: 10px auto;
    background: #B4E1F0;
    padding: 1em 3em;
}
#navigation{
    font-family: Georgia, serif;
    font-size: 100%;
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
    margin: 0 auto;
    text-align: center;
    
}
li{
    display : inline;
    list-style-type: none;
}
    
    a:link, a:visited, a:active {
    color: black;
    text-decoration: none;
}

#skip-links {
       position: absolute;
       left: -10000px;
       top: auto;
       width: 1px;
height: 1px;
overflow: hidden;
}
a:hover { 
    color:white;
background-color:#a65a3f;
       transition: .5s ease;
    padding: 6px 0;
}


