body {
    margin-left: 10%;
    margin-right: 10%;
    font-family: serif
    }
p {
    margin-top: 1em;
    text-align: justify;
    margin-bottom: 0;
    text-indent: 1em;
    line-height: 1.4em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
blockquote {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 90%
    }
p.citation {
    text-align: right;
    font-style: italic
    }
p.quotdate {
    text-align: right
    }
p.quotsig {
    margin-left: 75%;
    text-indent: -4em
    }
hr {
    width: 45%;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.major {
    width: 75%;
    margin-top: 2em;
    margin-bottom: 2em
    }
hr.minor {
    width: 30%
    }
hr.full {
    width: 100%
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
pre {
    font-size: 8pt
    }