body {
    margin: 5em;
    padding: 0
    }
p {
    text-indent: 2em
    }
p.quote {
    text-indent: 0;
    margin-left: 4em;
    margin-right: 4em;
    white-space: pre
    }
p.footnote {
    font-size: smaller
    }
p.footnotequote {
    font-size: smaller;
    text-indent: 0;
    margin-left: 4em;
    margin-right: 4em;
    white-space: pre
    }
p.intro {
    font-size: smaller
    }
td {
    text-indent: 0;
    margin-left: 4em;
    margin-right: 4em;
    white-space: pre
    }
.centered {
    text-indent: 0;
    text-align: center
    }
a:hover {
    color: #36c;
    text-decoration: none
    }
a {
    color: #36c;
    text-decoration: none
    }
hr {
    width: 20%
    }