a {
    text-decoration: none
    }
a:visited {
    color: gray
    }
small {
    font-style: normal;
    font-size: small
    }
body {
    margin: auto 10%
    }
p {
    text-align: justify
    }
.x-small {
    font-size: x-small
    }
.x-large {
    font-size: large
    }
.xx-large {
    font-size: xx-large
    }
h1, h2 {
    page-break-before: always
    }
h1, h2, h3 {
    font-weight: normal;
    text-align: center;
    clear: both;
    margin: 2em auto 1em auto
    }
p.drop:first-letter {
    clear: left;
    font-size: 280%;
    line-height: 65%
    }
.uppercase {
    text-transform: uppercase
    }
hr.tb {
    width: 45%;
    margin: 2em 27.5%;
    clear: both
    }
hr.chap {
    width: 65%;
    margin: 2em 17.5%;
    clear: both
    }
td {
    text-indent: -1em;
    padding-left: 1em;
    padding-right: 1em;
    vertical-align: top
    }
.table {
    display: table;
    margin: auto
    }
table {
    margin: 2em auto
    }
.tdr {
    vertical-align: bottom;
    white-space: nowrap;
    text-align: right
    }
.bt {
    border-top: solid 2px
    }
.copy {
    font-size: small;
    text-align: center
    }
.smcap {
    font-style: normal;
    font-variant: small-caps
    }
.caption {
    text-align: center
    }
img {
    border: none;
    max-width: 100%
    }
.figcenter {
    clear: both;
    margin: 2em auto;
    display: table
    }
.pagenum {
    color: #004200;
    font-style: normal;
    font-weight: normal;
    font-size: small;
    text-align: right
    }
.transnote {
    background-color: #E6E6FA;
    border: #004200 solid 1px;
    color: black;
    margin: 2em auto;
    padding: 1em
    }
@media all {
    p.drop:first-letter {
        float: left;
        clear: left
        }
    }