/* XML blockout */ p { margin-top: 1em; text-align: justify; margin-bottom: 1em; line-height: 2em } h1, h2, h3, h4, h5, h6 { text-align: center; /* all headings centered */ clear: both } hr { width: 33%; margin-top: 1em; margin-bottom: 1em; margin-left: auto; margin-right: auto; clear: both } body { margin-left: 15%; margin-right: 15%; font-family: serif } span.left { font-size: 0.8em; text-align: left; color: #444; font-weight: normal } span.right { text-align: right; font-weight: normal } span.right2 { text-align: right; font-weight: normal } 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 */ .cen { text-align: center; text-indent: 0 } /* centering paragraphs */ .right { text-align: right; padding-left: 2em } /* right aligning paragraphs */ .right2 { text-align: right; padding-left: 3em } .center { text-align: center } .u { text-decoration: underline } .caption { text-align: left; font-size: 1em; font-weight: 800; line-height: 1.3em } .figcenter { margin: auto; text-align: center } .border { border: 6px double #000 } .footnote { margin-left: 10%; margin-right: 5%; font-size: 0.9em } .footnote .label { text-align: right } .fnanchor { vertical-align: super; font-size: 0.8em; text-decoration: none }