body {
    font-size: 1em;
    text-align: justify;
    margin-left: 10%;
    margin-right: 5%
    }
h1 {
    font-size: 130%;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em
    }
h2 {
    font-size: 120%;
    text-align: center;
    margin-top: 4em;
    margin-bottom: 2em
    }
h3 {
    font-size: 120%;
    text-align: center;
    margin-top: 4em
    }
a:focus, a:active {
    background-color: #fe6
    }
ul.roman {
    list-style-type: upper-roman;
    font-variant: small-caps;
    font-size: 95%
    }
ul.none {
    list-style-type: none;
    font-variant: small-caps;
    font-size: 95%
    }
li {
    line-height: 1.5em
    }
hr {
    width: 20%;
    text-align: center
    }
p {
    text-indent: 1em
    }
table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
span.sidenote {
    font-size: 75%;
    font-style: italic;
    margin-left: -10%;
    clear: left;
    text-indent: 0;
    text-align: left;
    padding: 0.5em 1.5em 0.5em 0.2em
    }
.pagenum {
    visibility: hidden;
    text-align: right;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #C0C0C0;
    background-color: inherit
    }
.quote {
    margin-left: 5%;
    font-size: 95%;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
.chapter {
    text-align: center;
    margin-bottom: 2em;
    font-variant: small-caps;
    font-size: 105%
    }
.smcap {
    font-variant: small-caps;
    font-size: 95%
    }
.italic {
    font-style: italic
    }
.small {
    font-size: 70%
    }
.smaller {
    font-size: smaller
    }
.font105 {
    font-size: 105%
    }
.p4 {
    margin-top: 4em;
    margin-bottom: 1em
    }
.center {
    text-align: center
    }
.noindent {
    text-indent: 0
    }
.figcenter p {
    text-indent: 0
    }
.left40 {
    margin-left: 40%
    }
.tn {
    margin-left: 10%;
    width: 80%;
    text-indent: 0;
    font-size: 85%
    }
.figcenter {
    margin: auto;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
.bdr-right {
    border-right: 1px solid gray
    }
.bdr-top {
    border-top: 1px solid gray
    }