* {
    margin: 0%;
    padding: 0%
    }
body {
    margin: 5% 15%
    }
h1, h2, h3 {
    text-align: center;
    margin: 3% 0%
    }
a {
    text-decoration: none;
    color: black
    }
a:hover {
    text-decoration: underline;
    color: blue
    }
a:focus {
    text-decoration: underline;
    color: blue
    }
a:active {
    text-decoration: underline;
    color: red
    }
body > p {
    margin: 1.5% 0% 0%;
    text-align: justify
    }
p.ralign {
    text-align: right
    }
p.center {
    text-align: center
    }
img.center {
    display: block;
    margin: 3% auto 0%;
    border: 5px double silver
    }
blockquote {
    margin: 0% 5%
    }
hr {
    margin: 5% auto;
    width: 65%
    }
ul {
    list-style-type: none
    }
ul.center {
    width: 70%;
    margin: 0% auto;
    font-size: 110%
    }
ul.center li {
    margin: 2%
    }
.small {
    font-size: small
    }
.smaller {
    font-size: smaller
    }
.titlepage {
    width: 50%;
    margin: 0% auto;
    padding: 0% 0% 3%;
    text-align: center
    }
.titlepage h1 {
    margin: 10% 0% 3%
    }
.byline {
    margin: 10% 0% 35%
    }
span.pagenum {
    font-size: 75%;
    font-weight: normal;
    font-style: normal;
    font-variant: normal
    }
.subtitle {
    margin: 0% 0% 3%;
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.caption {
    font-size: 150%;
    margin: 1% 0%;
    text-align: center
    }
.sidenote {
    margin-right: -6em;
    margin-top: 0%;
    border: 1px dotted black;
    padding: 0%;
    background-color: rgb(90%, 90%, 90%);
    font-size: smaller;
    color: #333;
    text-indent: 0%;
    text-align: center;
    line-height: 1.1em
    }
.footnote {
    font-size: 90%;
    margin: 3% 0%
    }
.footnote .label {
    text-align: left
    }
.footnote a {
    text-decoration: none
    }
.fnanchor {
    font-size: 80%;
    text-decoration: none;
    vertical-align: 0.25em
    }
.intro {
    margin: 5% 5% 0%
    }
.none {
    display: none
    }
.epigram {
    margin: 0% 0% 2% 4%
    }