body {
    font-family: Verdana, Sans-serif;
}

h1 {
    font-family: Georgia, serif;
    color: dimgrey;
}

h2,h3 {
    font-family: Georgia, serif;
    color: darkorange;
}

h1,h2,h3 {
    text-align:left;
    margin-left: 4%;
}

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

#firstStory {
    color: dimgrey;
    margin-left: 4%;
    text-align: left;
}

#secondStory {
    color: coral;
    margin-left: 4%;
    text-align: left;
}

#thirdStory {
    color:dimgrey;
    margin-left: 6%;
    text-align: left;
    font-weight: bolder;
}

.wrapper1 {
    width: 90%;
    margin: 10px auto;
    background-color: white;
    line-height: auto;
    outline-width:500%;
    outline-style:solid;
    padding-top: 1%;
    padding-bottom: 1%;
}

#navigation {
    font-family: Georgia, serif;
    font-size: 100%;
    font-weight: bolder;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    background: black;
    text-align: left;
}

li {
    display: inline;
    list-style-type: none;
}
a:link, a:visited, a:active{
    color: white;
    text-decoration: none;
    margin-left: 1%;
}
a:hover {
    color: white;
    text-decoration: underline;
}

.current {
    border-bottom: solid 2px white;
    Font-weight: bold;
}


