body > p, blockquote > p {
    margin-top: 1em;
    text-align: justify;
    text-indent: 1em
    }
h1, h2, h3, h4 {
    text-align: center;
    clear: both;
    margin-top: 2em
    }
h1 + p, h2 + p, h3 + p {
    text-indent: 0
    }
blockquote > p:first-child {
    text-indent: 0
    }
blockquote {
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify
    }
hr {
    width: 65%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
ol.roman {
    list-style-type: upper-roman
    }
.ctr {
    text-align: center
    }
p.rt {
    text-align: right;
    margin-top: 0.2em
    }
div.ctrdiv {
    text-align: center
    }
div.ads {
    border: 1px solid black;
    width: 30em;
    padding: 1em;
    margin: 0 auto;
    text-align: justify
    }
.squish {
    margin-top: 0.1em;
    margin-bottom: 0
    }
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
    }