/* XML blockout */ body { margin-left: 10%; margin-right: 10% } p { margin-top: 0.75em; text-align: justify; margin-bottom: 0.75em } h1, h2, h3, h4, h5, h6 { text-align: center; /* all headings centered */ clear: both } hr { width: 33%; margin-top: 2em; margin-bottom: 2em; margin-left: auto; margin-right: auto; clear: both } table { margin-left: auto; margin-right: auto; margin-top: 1em; margin-bottom: 1em } a { text-decoration: none /* turns off link underline */ } table.accounts { margin-left: auto; /* used to make font size of large table smaller */ margin-right: auto; margin-top: 1em; margin-bottom: 1em; font-size: 90% } div.centered { text-align: center } /* work around for IE centering with CSS problem part 1 */ div.centered table { margin-left: auto; margin-right: auto; text-align: left } /* work around for IE centering with CSS problem part 2 */ .tdright { text-align: right } /* table data right-aligned */ .tdleft { text-align: left } /* table data left-aligned */ .tdcenter { text-align: center } /* table data centered */ /* below stuff adds lines inside table cells */ .tdcenterr { text-align: center; border-right: solid 1pt black } .tdrightr { text-align: right; border-right: solid 1pt black } .tdcenterb { text-align: center; border-bottom: solid 1pt black } .tdcenterbr { text-align: center; border-bottom: solid 1pt black; border-right: solid 1pt black } .tdcentertbr { text-align: center; border-top: solid 1pt black; border-bottom: solid 1pt black; border-right: solid 1pt black } .tdrightt { text-align: right; border-top: solid 1pt black } .tdrightbr { text-align: right; border-bottom: solid 1pt black; border-right: solid 1pt black } .tdrightb { text-align: right; border-bottom: solid 1pt black } .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right } /* page numbers */ /* all together, makes a box */ .blockquot { margin-left: 5%; margin-right: 10% } .poem { margin-left: 10%; margin-right: 10%; text-align: left } .poem br { display: none } .poem .stanza { margin: 1em 0 1em 0 } .poem span.i0 { display: block; margin-left: 0; padding-left: 3em; text-indent: -3em } .poem span.i3 { display: block; margin-left: 3em; padding-left: 3em; text-indent: -3em } .center { text-align: center } .right { text-align: right } .left { text-align: left } .smcap { font-variant: small-caps } .section { margin-top: 1.5em } /* adds extra space at top of section */ .sectctr { margin-top: 1.5em; text-align: center } .signature { text-align: right; margin-right: 1em } /* makes container for multi-line signature of letter */ .indent5 { padding-right: 5em } /* moves text in from right margin */ .indent10 { padding-right: 10em } /* to control appearance of signature lines */ .indent13 { padding-right: 13em } .indent15 { padding-right: 15em } .indent20 { padding-right: 20em } .date { text-align: right; margin-top: 1.5em } /* date of letter right-aligned with additional top margin */ .author { text-align: right; margin-right: 5% } /* right align and move signature of letter in a bit */ .authorsc { text-align: right; margin-right: 5%; font-variant: small-caps } /* right align and move signature of letter in a bit--name in small caps */ .footnote { margin-left: 10%; margin-right: 10%; font-size: 0.9em } .footnote .label { text-align: right; text-decoration: none } .fnanchor { vertical-align: super; font-size: 0.8em; text-decoration: none } .notebox { margin-left: 10%; margin-right: 10%; margin-top: 5%; /* makes box around Transcriber's Notes at end of file */ margin-bottom: 5%; padding: 1em }