a {
    text-decoration: none
    }
.antiqua {
    font-family: Blackletter, Fraktur, Textur, "Olde English Mt", "Olde English", Gothic, sans-serif
    }
body {
    margin: auto 10%
    }
p {
    text-align: justify
    }
.x-small {
    font-size: x-small
    }
.medium {
    font-size: medium
    }
h1, h2 {
    page-break-before: always
    }
h1, h2, h3 {
    text-align: center;
    font-weight: normal;
    clear: both;
    margin: 2em auto 1em auto
    }
p.drop:first-letter {
    clear: left;
    font-size: 300%;
    line-height: 70%
    }
.uppercase {
    text-transform: uppercase
    }
.table {
    display: table;
    margin: auto
    }
table {
    margin: 2em auto
    }
th {
    padding-top: 1em
    }
td {
    vertical-align: top;
    text-indent: -1em;
    padding-left: 1em
    }
.tdr {
    vertical-align: bottom;
    text-align: right
    }
.copy {
    font-size: small;
    text-align: center
    }
.smcap {
    font-style: normal;
    font-variant: small-caps
    }
.caption {
    font-size: xx-small;
    text-align: center
    }
img {
    border: none;
    max-width: 100%
    }
.figcenter {
    clear: both;
    display: table;
    margin: 2em auto;
    text-align: center
    }
.figleft {
    display: table;
    clear: left;
    margin: 0 1em 1em 0
    }
.figright {
    display: table;
    clear: right;
    margin: 0 0 1em 1em
    }
.pagenum {
    color: #004200;
    font-style: normal;
    font-weight: normal;
    font-size: small;
    text-align: right
    }
.transnote {
    background-color: #E6E6FA;
    border: #004200 double 4px;
    color: black;
    margin: 2em auto;
    padding: 1em
    }
@media all {
    .figleft {
        float: left;
        clear: left
        }
    .figright {
        float: right;
        clear: right
        }
    p.drop:first-letter {
        float: left;
        clear: left
        }
    }