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
    }
h1.pg {
    font-size: 200%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0
    }
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
    }
h3.pg {
    font-size: 110%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0
    }
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.small {
    margin-left: 45%;
    width: 10%
    }
hr.half {
    margin-left: 25%;
    width: 50%
    }
ul {
    list-style-type: none
    }
.p2 {
    margin-top: 2em;
    margin-bottom: 1em
    }
.pagenum {
    visibility: hidden;
    font-size: 80%;
    text-align: right;
    color: #C0C0C0;
    background-color: inherit
    }
.smcap {
    font-variant: small-caps;
    font-size: 95%
    }
.col60 {
    margin-left: 60%
    }
.add5em {
    margin-left: 5em
    }
.min1em {
    margin-left: -1em
    }
.center {
    text-align: center
    }
.td-center {
    text-align: center
    }
.td-right {
    text-align: right
    }
hr.full {
    width: 100%
    }
pre {
    font-size: 85%
    }