body {
    color: gray;
    background: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: 10%;
    margin-right: 10%;
    }
    h1 {
    color: #457926;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 3em;
    text-transform: uppercase;
    margin-left: -8%;
    text-align: center;
    }
    h2 {
    color: #457926;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-align: center;
    font-size: 2.5em;
    margin-left: -4%;
    }
    h3 {
    color: #457926;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-align: center;
    font-size: 2em;
    margin-left: -4%;
    }
    h4 {
    color: #457926;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-align: center;
    font-size: 1.5em;
    margin-left: -4%;
    }
    h5 {
    color: #457926;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-align: center;
    font-size: 1em;
    margin-left: -4%;
    }
    a {
    color: #457926;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-align: center;
    font-size: 0.5em;
    text-transform: lowercase;
    margin-left: -8%;
    }
    p {
    font-size: 1.2em;
    text-indent: 2em;
    }
    blockquote {
    font-size: 1em;
    font-style: italic;
    color: black;
    background: red;
    }
    .first-line {
    font-weight: bold;
    }
    #first {
    font-size: 1.4em;
    color: blue;
    }