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
    }
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
    }
table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 90%;
    margin-left: 5%;
    margin-top: 1em;
    margin-bottom: 1em
    }
div.figcenter {
    margin-top: 2em
    }
ol {
    list-style: none
    }
hr.small {
    margin-left: 45%;
    width: 10%
    }
hr.third {
    margin-left: 40%;
    width: 30%;
    margin-top: 2em
    }
.pagenum {
    visibility: hidden;
    text-align: right;
    color: #C0C0C0;
    background-color: inherit
    }
.smcap {
    font-variant: small-caps;
    font-size: 95%
    }
.smaller {
    font-size: 90%
    }
.resume {
    margin-left: 10%;
    margin-right: 10%;
    font-variant: small-caps;
    margin-bottom: 2em
    }
.quote {
    font-size: 90%;
    margin-left: 5%
    }
.poem {
    font-size: 90%;
    margin-left: 20%
    }
.p2 {
    margin-top: 2em;
    margin-bottom: 1em
    }
.p4 {
    margin-top: 4em;
    margin-bottom: 1em
    }
.left02 {
    margin-left: 2%
    }
.left10 {
    margin-left: 10%
    }
.left40 {
    margin-left: 40%
    }
.left50 {
    margin-left: 50%
    }
.add2em {
    margin-left: 2em
    }
.add6em {
    margin-left: 6em
    }
.center {
    text-align: center
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.td-center {
    text-align: center
    }
.td-right {
    text-align: right
    }