html {
     background-color: rgb(255,220,160);
 }

 body {
     background-color: rgb(255,235,175);
     margin-top: 1em;
     margin-right: 6%;
     margin-bottom: 1em;
     margin-left: 6%;
 }

 h1 {
     font-family: Times, cursive;
     font-style: italic;
     font-size: 200%;
     text-align: center;
     margin-top: 15%;
 }

 #attribution {
     text-align: center;
     font-weight: 100;
 }

 .attributionStyle {    /*Author's initials*/
     font-size: 1.2em;
 }

#authorTitle {
    text-align: center;
    font-size: small;
    margin-left: 15px;
    margin-right: 15px;
}

#preface {
    text-align: justify;
    margin-left: 60%;
    margin-top: 4em;
    margin-bottom: 4em;
    margin-right: 10px;
    font-size: 0.9em;
    font-style: italic;
}

#bodyProper {
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 70px;
}

#firstLine::first-letter {
    font-size: 200%;
    color: rgb(77,98,128);
}

#reference {
    margin-top: 16em;
    font-size: 70%;
    text-align: center;
}
