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
    }
h4 {
    font-size: 1em;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em
    }
h5 {
    font-size: 1em;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em
    }
a {
    text-decoration: none
    }
ul {
    list-style-type: none
    }
li {
    margin-bottom: 1em
    }
.p2 {
    margin-top: 2em;
    margin-bottom: 1em
    }
.pagenum {
    visibility: hidden;
    font-size: 0.8em;
    text-align: right;
    color: #C0C0C0;
    background-color: inherit
    }
.smcap {
    font-variant: small-caps;
    font-size: 95%
    }
.col20 {
    margin-left: 20%
    }
.col40 {
    margin-left: 40%
    }
.col50 {
    margin-left: 50%
    }
.poem {
    margin-left: 10%
    }
.quote {
    margin-left: 5%;
    font-size: 95%
    }
.add2em {
    margin-left: 2em
    }
.add8em {
    margin-left: 8em
    }
.add15em {
    margin-left: 15em
    }
.figcenter {
    text-align: center
    }
.floatright {
    clear: right
    }
.floatright-n {
    clear: none
    }
.topcorner {
    border-style: solid solid none none;
    border-width: thin;
    border-color: black
    }
.rightside {
    border-style: none solid none none;
    border-width: thin;
    border-color: black
    }
.botcorner {
    border-style: none solid solid none;
    border-width: thin;
    border-color: black
    }