body {
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: 14pt;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify
    }
h1, h2, h3, h4 {
    text-align: center;
    clear: both
    }
hr {
    width: 100%
    }
hr.narrow {
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
blockquote {
    font-size: 13pt
    }
blockquote.small {
    font-size: 12pt
    }
blockquote.footnote {
    font-size: 14pt
    }
.center {
    text-align: center
    }
.smallcaps {
    font-variant: small-caps
    }
.giant {
    font-size: 300%;
    font-weight: bold
    }
.small {
    font-size: 12pt
    }
.note, .footnote {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 12pt
    }
.indent20 {
    text-indent: 20%;
    text-align: left
    }
.inscription {
    font-family: "Arial", non-serif;
    font-variant: small-caps
    }
.inscription2 {
    font-family: "Arial", non-serif;
    font-size: 16pt
    }
.inscription3 {
    font-family: "Arial", non-serif;
    font-size: 14pt;
    text-align: center
    }
table {
    font-size: 14pt
    }
p {
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
p.footnote {
    margin-left: 5%;
    margin-right: 0;
    text-indent: 0;
    font-size: 14pt
    }
.poem {
    margin-left: 30%;
    margin-right: 0%;
    margin-bottom: 1em;
    text-align: left
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem p {
    margin: 0;
    padding-left: 3em;
    text-indent: -3em
    }
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: 75%
    }