body {
   font-family:Verdana, sans-serif;
   background-color:antiquewhite;
}

h1 {
   text-align:center;
}

h2 {
   border-top: solid 2px #4E0102;
   padding-top:1em;
}

.firstLetter {
            font-size: 200%;
            font-family: Georgia, serif;
            color:chartreuse;
 }

.firstword {
            text-transform: uppercase;
 }

#firstStory {
            color: #17037A;
 }