/* XML blockout */ p { margin-top: 0.5em; text-align: justify; margin-bottom: 0.5em; text-indent: 1em } h1 { text-align: center; font-family: garamond, serif; /* all headings centered */ } h5, h6 { text-align: center; font-family: garamond, serif; /* all headings centered */ } h2 { text-align: center; font-family: garamond, serif; /* centered and coloured */ } h3 { text-align: center; font-family: garamond, serif; /* centered and coloured */ } h4 { text-align: center; font-family: garamond, serif; /* all headings centered */ } hr { width: 33%; margin-top: 1em; margin-bottom: 1em } body { margin-left: 10%; margin-right: 10% } a { text-decoration: none } /* no lines under links */ 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 */ ul { list-style-type: none } /* no bullets on lists */ td { white-space: nowrap } /* no wrap of table */ .cen { text-align: center; text-indent: 0 } /* centering paragraphs */ .sc { font-variant: small-caps; font-size: 95% } /* small caps, normal size */ .noin { text-indent: 0 } /* no indenting */ .note { margin-left: 2em; margin-right: 2em; margin-bottom: 1em } /* footnote */ .block { margin-left: 35%; margin-right: 35% } /* block indent */ .right { text-align: right; padding-right: 2em } /* right aligning paragraphs */ .tdr { text-align: right } /* right align cell */ .tdc { text-align: center } /* center align cell */ .tdl { text-align: left } /* left align cell */ .tdlsc { text-align: left; font-variant: small-caps } /* aligning cell content and small caps */ .tdrsc { text-align: right; font-variant: small-caps } /* aligning cell content and small caps */ .tdcsc { text-align: center; font-variant: small-caps } /* aligning cell content and small caps */ .ad { margin-right: 10%; margin-left: 10%; border-color: #000; padding: 1.5em } /* putting border around ads */ .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: 75%; text-align: right; text-indent: 0; font-style: normal; font-weight: normal; font-variant: normal } /* page numbers */ .poem { margin-left: 10%; margin-right: 10%; text-align: left } .poem br { display: none } .poem .stanza { margin: 1em 0 1em 0 } .poem span { display: block; margin: 0; padding-left: 3em; text-indent: -3em } .poem span.i2 { display: block; margin-left: 2em } .poem span.i4 { display: block; margin-left: 4em }