body {
    color: black;
    background: white;
    margin-right: 10%;
    margin-left: 10%;
    font-size: medium;
    font-family: "Times New Roman", serif;
    text-align: justify
    }
h1 {
    text-align: center;
    margin-left: 15%;
    margin-right: 15%
    }
h2 {
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    font-size: medium
    }
a {
    text-decoration: none
    }
ol {
    list-style-type: upper-roman;
    margin-left: 5%
    }
p {
    text-indent: 4%
    }
ins {
    text-decoration: none;
    border-bottom: thin dotted gray
    }
blockquote {
    font-size: 97%;
    margin-left: 5%;
    margin-right: 5%
    }
.smcap {
    font-variant: small-caps
    }
.center {
    text-align: center
    }
.large {
    font-size: large
    }
.xl {
    font-size: x-large
    }
.right {
    text-align: right
    }
.bold {
    font-weight: bold
    }
.italic {
    font-style: italic
    }
.neat-left-margin {
    margin-left: 2.5em
    }
.pagenum {
    font-size: x-small;
    background-color: inherit;
    color: gray;
    text-indent: 0;
    text-align: right;
    border: 1px solid silver;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none
    }
hr.break {
    width: 20%
    }
hr {
    width: 95%
    }
p.noindent {
    text-indent: 0
    }
p.footnote {
    font-size: small;
    text-indent: 0;
    margin-left: 0;
    margin-right: 0
    }
p.quotation {
    text-align: right;
    text-indent: 0;
    font-style: italic
    }
p.finis {
    text-align: center;
    text-indent: 0;
    margin-left: 0;
    margin-right: 0
    }
div.boilerplate {
    margin-top: 1em;
    margin-bottom: 1em
    }
div.boilerplate p {
    text-indent: 0;
    margin-top: 1em;
    margin-bottom: 1em
    }
div.footer {
    text-indent: 0;
    text-align: justify;
    font-size: 80%;
    padding-left: 10%;
    padding-right: 10%
    }