h1, h2 {
    text-align: center;
    clear: both
    }
h2 {
    margin-top: 4em;
    page-break-before: always;
    font-weight: normal;
    font-size: large
    }
h3 {
    font-style: italic;
    font-weight: normal;
    font-size: larger;
    margin-bottom: 0;
    text-indent: 2em
    }
.subtitle {
    font-weight: bold;
    font-size: x-large;
    text-indent: 0;
    text-align: center;
    margin-top: 0.75em;
    margin-bottom: 0.75em
    }
.content {
    text-indent: 0;
    text-align: center;
    margin-bottom: 1em;
    font-size: smaller
    }
p {
    margin-top: 0.1em;
    text-align: justify;
    margin-bottom: 0.1em;
    text-indent: 2em
    }
blockquote {
    font-style: italic
    }
hr.tb {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 20%
    }
.center {
    text-align: center;
    text-indent: 0
    }
.right {
    text-align: right;
    margin-right: 1em
    }
.quote {
    font-style: italic
    }
.caption {
    font-weight: bold;
    text-align: center;
    text-indent: 0;
    margin-bottom: 2em
    }
.pgnr {
    text-align: right;
    padding-left: 2em
    }
a:link, a:visited {
    text-decoration: none;
    color: black
    }
a[title].pagenum {
    margin-top: 0.5em
    }
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
    }
.figcenter {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center
    }
.figcaption p {
    text-align: center;
    text-indent: 0;
    margin: 0.25em 0
    }
.multi_figcaption p {
    text-align: center;
    text-indent: 0;
    margin-top: 1em;
    margin-bottom: 1.5em;
    font-size: larger
    }
.register {
    text-indent: -1.5em;
    padding-left: 1.5em
    }
.reg_letter_start {
    margin-top: 1em
    }
.reg_letter_start:first-letter {
    font-weight: bold
    }
@media screen {
    body {
        width: 80%;
        max-width: 45em;
        margin: 120px auto
        }
    }