body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h3 {
    text-align: center;
    clear: both;
    font-weight: normal
    }
h1 {
    font-size: 200%;
    line-height: 1.5
    }
h2 {
    font-size: 125%;
    line-height: 1.5;
    margin-top: 4em
    }
h3 {
    font-size: 90%;
    margin-top: 2em
    }
img {
    border: 1px solid black;
    padding: 0
    }
.plain {
    border: none;
    padding: 0
    }
p.caption {
    margin-top: 0;
    font-size: smaller;
    text-align: center;
    text-indent: 0
    }
.center {
    text-align: center;
    text-indent: 0
    }
.center img {
    margin-left: auto;
    margin-right: auto
    }
p {
    text-indent: 1em;
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
p.front {
    text-align: center;
    text-indent: 0;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
.smcap {
    font-variant: small-caps
    }
.i1 {
    margin-left: 1em
    }
.p2 {
    margin-top: 2em
    }
.p4 {
    margin-top: 4em
    }
.p6 {
    margin-top: 6em
    }
.xs {
    font-size: x-small
    }
.small {
    font-size: small
    }
.medium {
    font-size: medium
    }
.large {
    font-size: large
    }
.xlarge {
    font-size: x-large
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.tdr {
    text-align: right
    }
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
    }