/* 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*/ } 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.indent { margin-left: 10% } ins.correction { text-decoration: none; border-bottom: thin dotted red } ins.greekcorr { text-decoration: none; border-bottom: thin dotted #333 } .tdright { text-align: right } /* table data right-aligned */ .tdleft { text-align: left } /* table data left-aligned */ .tdcenter { text-align: center } /* table data centered */ .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 */ .section { margin-top: 2em } /* adds white space before sections */ .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.i2 { display: block; margin-left: 2em; padding-left: 3em; text-indent: -3em } .poem span.i1 { display: block; margin-left: 1em; 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 } .footnotehead { margin-left: 5%; margin-top: 1em } .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 } .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 } .mynote { background-color: #DDE; color: black; padding: 0.5em; margin-left: 5%; margin-right: 5%; font-family: sans-serif; font-size: 95% } /* colored box for notes at beginning of file */