body {
    font-size: 1em;
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%
    }
h1 {
    font-size: 140%;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 2.5em
    }
h2 {
    font-size: 130%;
    text-align: center;
    margin-top: 4em;
    margin-bottom: 2em
    }
h3 {
    font-size: 130%;
    text-align: center;
    margin-top: 4em;
    margin-bottom: 1em
    }
a:focus, a:active {
    background-color: #fe6
    }
ul {
    list-style-type: none
    }
table {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 95%;
    width: 90%;
    margin-left: 5%;
    padding-top: 1em;
    margin-bottom: 1em
    }
.p2 {
    margin-top: 2em;
    margin-bottom: 1em
    }
.p4 {
    margin-top: 4em;
    margin-bottom: 1em
    }
p {
    text-indent: 1em
    }
p.tn {
    text-indent: 0;
    margin-left: 10%;
    width: 80%;
    font-size: smaller
    }
p.heading {
    text-indent: 0;
    margin-left: 10%;
    width: 80%;
    margin-bottom: 2em
    }
p.toc {
    text-indent: 0;
    margin-left: 0%;
    margin-right: 0%
    }
.pagenum {
    visibility: hidden;
    text-align: right;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #C0C0C0;
    background-color: inherit
    }
.smcap {
    font-variant: small-caps;
    font-size: 95%
    }
.smaller {
    font-size: smaller
    }
.toc {
    margin-left: 10%;
    margin-right: 10%
    }
.poem10 {
    text-indent: 0;
    margin-left: 10%
    }
.add1em {
    margin-left: 1em
    }
.add1_5em {
    margin-left: 1.5em
    }
.add2em {
    margin-left: 2em
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.center {
    text-align: center
    }
.td-right {
    text-align: right
    }