#coverpage {
    border: 1px solid black;
    margin: 2em auto
    }
a {
    text-decoration: none
    }
body {
    margin: auto 10%
    }
p {
    text-align: left;
    text-indent: 1.5em;
    margin: 0.5em
    }
.ph1 {
    font-size: 2em;
    line-height: 2em;
    text-align: center
    }
.red {
    color: red
    }
h1, h2 {
    text-align: center;
    font-weight: normal;
    line-height: 2em
    }
h3 {
    text-align: center;
    clear: both;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em
    }
.hidden {
    color: white;
    line-height: 0
    }
.inline {
    display: inline-block;
    margin: auto
    }
.inline p {
    font-size: 0.8em
    }
span.author {
    text-align: right;
    margin-top: -1em;
    display: block
    }
p.author {
    text-align: right;
    margin: auto 5%
    }
hr {
    margin: 2em auto;
    clear: both
    }
hr {
    width: 45%;
    margin: 2em 27.5%;
    clear: both
    }
.lng {
    color: #555;
    border-bottom: dashed 1px gray
    }
.bot {
    vertical-align: bottom
    }
.top {
    vertical-align: top
    }
.i4 {
    padding-left: 2em
    }
.i10 {
    padding-left: 10%
    }
.i20 {
    padding-left: 20%
    }
.i30 {
    padding-left: 30%
    }
table {
    width: 100%;
    margin: auto
    }
.tdl {
    text-align: left;
    vertical-align: bottom;
    min-width: 4em
    }
.tdlt {
    text-indent: -2em;
    padding-left: 2em;
    vertical-align: top
    }
.tdr {
    text-align: right;
    vertical-align: bottom
    }
.bb {
    border-bottom: solid 2px
    }
.center {
    text-align: center;
    text-indent: 0
    }
.smcap {
    font-variant: small-caps
    }
.caption {
    font-size: 150%;
    text-align: center
    }
.w30 {
    width: 29%
    }
.w35 {
    width: 34%
    }
.w40 {
    width: 39%
    }
.w45 {
    width: 44%
    }
.w50 {
    width: 49%
    }
.w55 {
    width: 54%
    }
.w60 {
    width: 59%
    }
.w65 {
    width: 64%
    }
.w100 {
    width: 100%
    }
img {
    border: none;
    max-width: 100%
    }
.figcenter {
    page-break-before: always;
    margin: auto;
    text-align: center
    }
.figcenter p {
    font-size: 0.8em
    }
.figright p {
    font-size: 0.8em
    }
.figleft p {
    font-size: 0.8em
    }
.transnote {
    background-color: #E6E6FA;
    border: silver solid 1px;
    color: black;
    font-size: 0.9em;
    margin: 2em auto 5em auto;
    padding: 1em
    }
.pagenum {
    color: silver;
    font-size: 0.8em;
    text-align: right
    }
@media all {
    .w30, .w35, .w40, .w45, .w50, .w55, .w60, .w65 {
        width: 100%
        }
    .pagenum {
        display: none
        }
    .h2 {
        page-break-after: always
        }
    .inline, .figcenter, .figleft, .figright {
        page-break-before: always;
        display: block;
        margin: auto
        }
    }