body {
    font-size: 1em;
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%
    }
h1 {
    font-size: 130%;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em
    }
h2 {
    font-size: 120%;
    text-align: center;
    margin-top: 4em;
    margin-bottom: 2em
    }
h3 {
    font-size: 120%;
    text-align: center;
    margin-top: 4em;
    margin-bottom: 1em
    }
h4 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em
    }
h5 {
    font-size: 110%;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em
    }
a {
    text-decoration: none
    }
table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 1em;
    margin-top: 1em
    }
hr {
    width: 20%;
    margin-left: 40%
    }
.pagenum {
    visibility: hidden;
    font-size: 80%;
    text-align: right;
    color: #C0C0C0;
    background-color: inherit
    }
.smcap {
    font-variant: small-caps;
    font-size: 90%
    }
.col50 {
    margin-left: 50%
    }
.left05 {
    margin-left: 5%;
    font-size: 90%
    }
.add2em {
    margin-left: 2em
    }
.figcenter {
    margin: auto;
    text-align: center;
    margin-top: 1em
    }
.td-center {
    text-align: center
    }
.td-right {
    text-align: right
    }