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
    }
h4 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em
    }
h5 {
    font-size: 120%;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em
    }
table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 90%;
    margin-left: 5%;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.third {
    margin-left: 35%;
    width: 30%;
    margin-top: 2em
    }
ul {
    list-style-type: none;
    margin-left: 20%
    }
.pagenum {
    visibility: hidden;
    text-align: right;
    color: #C0C0C0;
    background-color: inherit
    }
.poem {
    margin-left: 15%
    }
.add2em {
    margin-left: 2em
    }
.td-right {
    text-align: right
    }