a {
    text-decoration: none
    }
#coverpage {
    margin: 2em auto
    }
body {
    margin: auto 10%
    }
p {
    text-align: justify
    }
.hang {
    text-indent: -1em;
    padding-left: 1em
    }
.small {
    font-size: small
    }
.medium {
    font-size: medium
    }
.large {
    font-size: large
    }
.x-large {
    font-size: x-large
    }
.xx-large {
    font-size: xx-large
    }
.uppercase {
    text-transform: uppercase
    }
.table {
    display: table;
    margin: auto
    }
.trow {
    display: table-row
    }
h1, h2 {
    page-break-before: always
    }
h1, h2, h3 {
    text-align: center;
    font-weight: normal;
    margin: 2em auto 1em auto
    }
.ph3 {
    display: block;
    text-align: center;
    clear: both;
    font-size: large;
    font-weight: normal;
    margin: 1em auto 0 auto
    }
.ph1 {
    display: block;
    page-break-before: always;
    text-align: center;
    clear: both;
    font-size: xx-large;
    font-weight: normal;
    margin: 2em auto 1em auto
    }
p.drop:first-letter {
    font-family: "Times New Roman", Times, Georgia, Blackletter, serif;
    font-size: 300%;
    line-height: 75%
    }
hr {
    border-top: 4px double #8c8b8b
    }
table {
    margin: auto
    }
.tdr {
    text-align: right
    }
.tdrb {
    vertical-align: bottom;
    text-align: right
    }
.tdc {
    text-align: center
    }
.bbox {
    display: table;
    margin: 2em auto 1em auto;
    border: 4px double #8c8b8b
    }
.titlebbox {
    display: table;
    margin: 1em auto 0 auto;
    border: 4px double #8c8b8b
    }
.copy {
    font-size: small;
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.caption {
    font-size: small;
    text-align: center
    }
img {
    border: none;
    max-width: 100%
    }
.figcenter {
    clear: both;
    margin: auto;
    text-align: center
    }
.figcenter p {
    margin: 0.5em 2em
    }
.figleft {
    clear: left;
    margin: 1em 1em 1em 0
    }
.transnote {
    background-color: #E6E6FA;
    border: silver solid 1px;
    color: black;
    margin: 2em auto 5em auto;
    padding: 1em
    }
.pagenum {
    color: silver;
    font-size: small;
    text-align: right
    }
@media all {
    .figleft {
        float: left;
        clear: left
        }
    p.drop:first-letter {
        float: left;
        clear: left
        }
    }
h1.pg {
    font-weight: bold;
    margin-top: 0
    }
h2.pg, h3.pg {
    font-weight: bold;
    margin: 2em auto 1em auto
    }
hr.full {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: #000;
    clear: both
    }