/* XML blockout */ 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 } body { margin-left: 10%; margin-right: 10% } a { text-decoration: none /*turns off link underline*/ } p.smgap { margin-top: 2em } /* adds white space on title page */ p.gap { margin-top: 4em } /* adds white space on title page */ 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 */ .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right } /* page numbers */ .linenum { font-size: smaller } /* poetry number */ .blockquot { margin-left: 5%; margin-right: 10% } .tdleft { text-align: left } /* table data left-aligned */ .center { text-align: center } .sectctr { margin-top: 1.5em; text-align: center } /* adds extra space at top of section and centers text*/ .smcap { font-variant: small-caps } .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.i3half { display: block; margin-left: 3.5em; padding-left: 3em; text-indent: -3em } .poem span.i11 { display: block; margin-left: 11em; padding-left: 3em; text-indent: -3em } .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 */ .notebox { margin-left: 10%; margin-right: 10%; margin-top: 5%; margin-bottom: 5%; padding: 1em } /* makes box around Transcriber's Notes at end of file */ hr.full { width: 100%; margin-top: 3em; margin-bottom: 0; margin-left: auto; margin-right: auto; border-width: 4px 0 0 0; /* remove all borders except the top one */ border-style: solid; border-color: #000; clear: both } pre { font-size: 75% }