body {
    font-family: Verdana, sans-serif;
    background-color:rgb(255, 248, 249);
}
h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color: rgb(94, 68, 68);
}
h1 {
    text-align: center;
}
h2 {
    border-top: solid 2px #999696;
    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: #711919;
}
.firstWord {
    text-transform: uppercase;
}
#firstStory {
    color: rgb(77, 59, 59);
}
#story21 {
    color:rgb(77, 59, 59);
}
#story31 {
    color:rgb(77, 59, 59);
}
#story41 {
    color:rgb(77, 59, 59);
}
#story51 {
    color:rgb(77, 59, 59);
}
#navigation {
font-family: Georgia, serif; font-size: 100%;
border-top: solid 2px #cbbabb;
border-bottom: solid 2px #cbbabb;
}
li {
display: inline;
list-style-type: none;
}
a:link, a:visited, a:active {
color:#b68283; text-decoration: none; font-weight: bold;
}
a:hover {
color:#711919; text-decoration: underline; font-weight: bold;
}
.current {
text-decoration: underline; font-weight: bold;
}