body {
    color: #000;
    background-color: #FFF;
    font-family: Garamond, Times, Serif;
    margin-left: 5%;
    margin-right: 10%
    }
h1 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 140%;
    text-align: center;
    margin-top: 2em
    }
h2 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 120%;
    text-align: center;
    margin-top: 2em
    }
h3 {
    font-family: Arial, Helvetica, Sans-Serif;
    text-align: center
    }
p {
    text-align: justify
    }
.footnotes {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 90%
    }
.quoted {
    margin-left: 10%
    }
.centered {
    text-align: center
    }
a:link {
    color: #006
    }
a:visited {
    color: #066
    }
a:hover {
    color: #000
    }
a:active {
    color: #F00
    }
a.footnote {
    font-size: 70%;
    text-align: center;
    vertical-align: top
    }