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

h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color: #FFD1DC;
}

h1 {
    text-align:center;
}

h2 {
    border-top: solid 3px #ffffff;
    padding-top: 1em;
}

em {
    font-weight: bold;
    font-size: 120%;
}

blockquote {
    background: white; margin:1em;
    font-style: italic;
    color: black
    
}

.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: #FFD1DC;
}

.firstWord{
    text-transform: uppercase;
}

#firstStory {
    color: #17037A;
}
#content{
	width:75%;
	margin:10px auto;
	background:white;
	padding: 1em 3em;
}