body {
    font-family: Verdana,sans-serif;
    background-color: pink;
    color: black
}
h1
{
    font-family: Georgia, serif;
    color: deeppink;
}
h2{
    font-family: Georgia, serif;
    color: deeppink;
    font-size: 20px;
    text-align: center
}
h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color: deeppink;
    font-size: 15px;
    text-align: left
}
h1 {
    text-align: center;
}
h2 {
    border-top: solid 2px #4E0102;
    padding-top: 1em;
}
em {
    font-weight: bold;
    font-size: 120%;
}
blockquote {
    background: #F0ECEC;
    margin:1em;
    font-style: italic;
3}
#navigation {
    font-family: Georgia, serif;
    font-size: 100%;
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
    border-color: lightpink;
    text-align: center;
}
li{
    display: inline;
    list-style-type: none;
}
a:link a:visited a:active {
    color: aliceblue;
    text-decoration:none;
}
a:hover {
    text-decoration: underline;
}
.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: #4E0102;
}
.firstWord {
    text-transform: uppercase;
}
#firstStory {
    color: #17037A;
}

#content {
    width: 85%;
    margin: 10px auto;
    background:white;
    padding: 1em 3em;
}
#top{
    font-size: 10px;
}