a {
    text-decoration: none
    }
#coverpage {
    margin: 2em auto
    }
body {
    margin: auto 10%
    }
p {
    text-align: justify
    }
.antiqua {
    font-weight: normal;
    font-family: Blackletter, "Lucida Blackletter", Fraktur, Rotunda, "Olde English", London, "Apple Chancery", "BlackChancery", Germania, Georgia
    }
.small {
    font-size: small
    }
.medium {
    font-size: medium
    }
.large {
    font-size: large
    }
.xlarge {
    font-size: x-large
    }
.table {
    display: table;
    margin: auto
    }
.trow {
    display: table-row
    }
h1, h2, h3 {
    text-align: center;
    clear: both;
    margin: 2em auto
    }
.ph1 {
    text-align: center;
    clear: both;
    font-size: xx-large;
    font-weight: bold;
    margin: 2em auto
    }
.hang {
    text-indent: -2em;
    padding-left: 2em
    }
hr {
    border-top: 4px double #8c8b8b
    }
hr.chap {
    width: 65%;
    margin: 2em 17.5%;
    clear: both
    }
table {
    margin: auto
    }
.tdr {
    text-align: right
    }
.tdc {
    text-align: center
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.caption {
    font-weight: bold;
    text-align: center
    }
img {
    border: none;
    max-width: 100%
    }
.figcenter {
    clear: both;
    margin: auto;
    text-align: center
    }
.figcenter p {
    margin: 1em auto
    }
.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
    }