a[title].pagenum:after {
    content: attr(title);
    border: 1px solid silver;
    display: inline;
    font-size: x-small;
    text-align: right;
    color: #808080;
    background-color: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0;
    letter-spacing: 0
    }
body {
    margin-left: 5%;
    margin-right: 5%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both;
    margin-top: 1.5em
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
blockquote {
    text-align: justify
    }
img {
    display: block;
    margin-left: auto;
    margin-right: auto
    }
sup, sub {
    font-size: 0.7em
    }
.none {
    list-style-type: none
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
.author {
    text-align: right;
    margin-right: 15%
    }
table {
    margin: auto;
    width: 40em
    }
table.borders {
    border-width: 2px;
    border-spacing: 0;
    border-style: outset;
    border-color: black;
    border-collapse: collapse;
    background-color: white
    }
table.borders td {
    border-style: inset
    }
table.borders th {
    border-style: inset
    }
table.borders1 {
    border-width: 2px;
    border-spacing: 0;
    border-style: outset;
    border-color: black;
    border-collapse: collapse;
    background-color: white
    }
table.borders1 td {
    border-style: inset;
    text-align: right;
    padding-right: 0.5em
    }
table.borders1 th {
    border-style: inset
    }
table.borders2 {
    border-width: 2px;
    border-spacing: 0;
    border-style: outset;
    border-color: black;
    border-collapse: collapse;
    background-color: white
    }
table.borders2 td {
    border-style: inset;
    text-align: center
    }
table.borders2 th {
    border-style: inset
    }
caption {
    text-align: center
    }
th {
    text-align: center
    }
th.thl {
    text-align: left
    }
th.thr {
    text-align: right
    }
td.tdc {
    text-align: center
    }
td.tdtxt {
    text-align: left
    }
td.tdl {
    text-align: left;
    padding-right: 0.5em
    }
td.tdi2 {
    text-align: left;
    padding-left: 2em
    }
td.page {
    font-size: 90%
    }
.pagenum {
    font-size: smaller;
    text-align: right
    }
.blockquot {
    margin-left: 5%;
    margin-right: 10%
    }
.break {
    font-size: smaller
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
sc {
    font-variant: small-caps
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.small {
    font-size: smaller
    }
.transnote {
    background-color: #ADD8E6;
    color: inherit;
    margin: 2em 10% 1em 10%;
    font-size: 85%;
    padding: 0.5em 1em 0.5em 1em
    }
.book {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2em;
    margin-bottom: 2em
    }
.footnotes {
    border: dashed 1px;
    padding: 2em;
    font-size: 0.9em
    }