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