/* XML blockout */
body {
    font-family: Verdana, Arial, sans-serif;
    margin-left: 10%;
    margin-right: 10%
    }
p {
    margin-top: 1em;
    margin-bottom: 0;
    text-align: justify
    }
/* Author  ---------------------------------------------------- */
p.author {
    text-align: right;
    font-variant: small-caps;
    margin-right: 10%
    }
p.author-affl {
    text-align: right;
    margin-right: 5%;
    margin-top: 0
    }
p.author-addr {
    text-indent: -2em;
    padding-left: 2em;
    font-variant: small-caps
    }
/* Letter  ---------------------------------------------------- */
p.letterDate {
    text-align: right;
    margin-right: 10%;
    margin-top: 2.5em
    }
p.letterClose1 {
    text-align: left;
    text-indent: -6em;
    margin-left: 50%
    }
/* Text Blocks  ----------------------------------------------- */
blockquote {
    text-align: justify;
    font-size: 0.9em
    }
.blockquot {
    margin-left: 5%;
    margin-right: 10%
    }
pre.note {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1em;
    text-align: left
    }
div.trans-note {
    border-style: solid;
    margin: 3em 5%;
    padding: 1em;
    text-align: center;
    background-color: #E6F0F0;
    color: inherit;
    font-size: 0.9em
    }
/* Headers  --------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both
    }
h1, h2, h3, h4 {
    font-variant: small-caps
    }
/* Horizontal Rules  ------------------------------------------ */
hr {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    clear: both
    }
hr.full {
    width: 100%
    }
hr.short {
    width: 20%
    }
hr.tiny {
    width: 10%
    }
/* General Formatting  ---------------------------------------- */
.sc {
    font-variant: small-caps
    }
.smcap {
    font-variant: small-caps
    }
span.pagenum {
    color: gray;
    background-color: inherit;
    font-variant: normal;
    font-style: normal;
    font-size: 8pt
    }
p.right {
    text-align: right;
    margin-right: 5%
    }
p.left {
    text-align: left;
    margin-left: 10%
    }
p.center {
    text-align: center
    }
p.tight {
    margin-top: -1em
    }
p.hang {
    text-indent: -2em;
    padding-left: 2em
    }
p.heading {
    text-align: center;
    font-weight: bold
    }
p.ellipsis {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1em
    }
.missingText {
    color: gray;
    font-size: 90%
    }
.spacious {
    letter-spacing: 0.25em
    }
sup {
    font-size: smaller
    }
.center {
    text-align: center
    }
/* Footnotes  ------------------------------------------------- */
.footnotes {
    border: none
    }
.footnote .label {
    text-align: right
    }
.fnanchor {
    font-size: smaller;
    text-decoration: none;
    vertical-align: 0.25em
    }
.fnanchor-sm {
    font-size: small;
    text-decoration: none;
    vertical-align: 0.5em
    }
.footnote {
    font-size: 0.9em;
    margin-left: 10%;
    margin-right: 10%
    }
/* Poems  ----------------------------------------------------- */
.poem {
    margin-left: 25%;
    margin-right: 5%;
    margin-bottom: 1em;
    text-align: left
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem br {
    display: none
    }
.poem span.i0 {
    display: block;
    margin-left: 0;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i1 {
    display: block;
    margin-left: 1em;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i2 {
    display: block;
    margin-left: 2em;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i4 {
    display: block;
    margin-left: 4em;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i5 {
    display: block;
    margin-left: 5em;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i8 {
    display: block;
    margin-left: 8em;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i12 {
    display: block;
    margin-left: 12em;
    padding-left: 3em;
    text-indent: -3em
    }
/* Tables  ---------------------------------------------------- */
/* Surround tables with <div class="center"> </div>      */
.center table {
    margin-right: auto;
    margin-left: auto;
    text-align: left
    }
table {
    margin-top: 1em;
    /* space above the table */
    caption-side: top;
    /* or bottom! */
    empty-cells: show;
    /* usual default is hide */
    border-spacing: 0 0;
    font-size: 90%
    }
td {
    padding-left: 0.5em;
    padding-right: 0.5em
    }
table.dense {
    border-spacing: 0 0;
    padding-left: 0;
    padding-right: 0;
    border-collapse: collapse;
    border-color: #D3D3D3;
    background-color: inherit;
    line-height: 1em;
    font-size: 80%
    }
table.normalsize {
    font-size: 100%
    }
table.verydense {
    font-size: 70%
    }
.dense td {
    text-align: right;
    border-right: solid thin;
    border-color: #D3D3D3;
    background-color: inherit;
    padding-right: 0.5em;
    padding-left: 0.5em
    }
thead td, tfoot td {
    text-align: center;
    font-weight: bold
    }
table.toc {
    line-height: 1.1em;
    font-size: 90%;
    width: 80%
    }
div.small {
    font-size: 80%
    }
td.right {
    text-align: right
    }
td.left {
    text-align: left
    }
td.center {
    text-align: center
    }
.bt {
    border-top: solid thin;
    border-color: #D3D3D3;
    background-color: inherit
    }
.bb {
    border-bottom: solid thin;
    border-color: #D3D3D3;
    background-color: inherit
    }
.bbd {
    border-bottom: double medium;
    border-color: #D3D3D3;
    background-color: inherit
    }
.btd {
    border-top: double medium;
    border-color: #D3D3D3;
    background-color: inherit
    }
.bl {
    border-left: solid thin;
    border-color: #D3D3D3;
    background-color: inherit
    }
.br {
    border-right: solid thin;
    border-color: #D3D3D3;
    background-color: inherit
    }
.nbr {
    border-right-style: none;
    border-right-width: 0
    }
/* Links  ----------------------------------------------------- */
a:link {
    color: blue;
    background-color: inherit;
    text-decoration: none
    }
link {
    color: blue;
    background-color: inherit;
    text-decoration: none
    }
a:visited {
    color: blue;
    background-color: inherit;
    text-decoration: none
    }
a:hover {
    color: red;
    background-color: inherit
    }
/* XML end  */