body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both
    }
p {
    text-align: center;
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
.textindent {
    text-indent: 1em;
    font-size: 1.5em
    }
table {
    margin: auto;
    text-align: center;
    width: 26em
    }
td.tdl {
    text-align: left;
    padding-right: 0.5em
    }
td.tdr {
    text-align: right;
    padding-left: 0.5em
    }
td.page {
    font-size: 90%
    }
.author {
    text-align: right;
    margin-right: 5%
    }
.pagenum {
    font-size: smaller;
    text-align: right
    }
.blockquot {
    margin-left: 5%;
    margin-right: 10%
    }
.transnote {
    background-color: #ADD8E6;
    color: inherit;
    margin: 2em 10% 1em 10%;
    font-size: 80%;
    padding: 0.5em 1em 0.5em 1em
    }
.transnote p {
    text-align: left
    }
a.correction {
    text-decoration: none;
    border-bottom: thin dotted red;
    color: inherit;
    background-color: inherit
    }
a.correction:hover {
    text-decoration: none
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.u {
    text-decoration: underline
    }
.font15 {
    font-size: 1.5em
    }
.figcenter {
    margin: auto;
    text-align: center
    }