body {
    font-family: 'Times New Roman', Times, serif;
    background-color: #f7f0c6;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color: #5d7599;
}

h1 {
    text-align:center;
}

h2 {
    border-top: solid 4px #5d7599;
    padding-top: 1em;
}

em {
    font-weight: bold;
    font-size: 120%;
}

blockquote {
    background: #dadada; margin:1em;
    font-style: italic;
}

.firstLetter {
    font-size: 300%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #5d7599;
}

.firstWord{
    text-transform: uppercase;
}

#firstStory {
    color: #301aa0;
}
#content{
	width:75%;
	margin:10px auto;
	background:white;
	padding: 1em 3em;
}