/* 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*/ } hr.tb { width: 33%; /* thought break */ margin-top: 2em; margin-bottom: 2em; margin-left: auto; margin-right: auto; clear: both } 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 */ table.left { margin-left: 10% } .tdright { text-align: right } /* table data right-aligned */ .tdleft { text-align: left } /* table data left-aligned */ .tdcenter { text-align: center } /* table data centered */ .hangindent { text-indent: -2em } .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right } /* page numbers */ .gap { margin-top: 2em } /* adds white space on title page */ .biggap { margin-top: 4em } /* adds white space on title page */ .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.i15 { display: block; margin-left: 15em; padding-left: 3em; text-indent: -3em } .center { text-align: center } .smcap { font-variant: small-caps } .ctrgap { text-align: center; margin-top: 4em } /* centered text with leading white space */ .footnotes { margin-top: 2em } .footnotehead { margin-left: 5%; margin-top: 1em } .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 } .sectionhead { margin-top: 2em; text-align: center } .section { margin-top: 2em } .image { text-align: center; padding: 1em; margin-left: auto; margin-right: auto } /* centering images */ .photoleft { padding-top: 0.5em; padding-bottom: 0.5em; padding-left: 2em; padding-right: 2em } /* moves photo left--wraps text around */ .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 } /* XML end */