/* XML blockout */ /***************************************************** basics ******************************************************/ body { margin-left: 15%; margin-right: 20% } p { margin-top: 0.75em; text-align: justify; margin-bottom: 0.75em; line-height: 1.5 } /* all headings centered */ h1, h2, h3 { text-align: center; clear: both } h1, h2 { margin-top: 5em } h2 { margin-bottom: 2em } h2.appendix { font-family: verdana, sans-serif; font-weight: normal } h3.appendix { font-family: verdana, sans-serif; font-weight: normal } hr { width: 33%; clear: both; margin-top: 2em; margin-bottom: 2em; margin-left: auto; margin-right: auto } /* this requires all anchors to be empty. It fixes a problem in Opera 8, which means that otherwise internal links at the end of a file don't always work. */ a { text-decoration: none } a:hover { text-decoration: underline } .blockquot { margin-left: 20% } .center { text-align: center } .toright { text-align: right } .smcap { font-variant: small-caps } i .smcap { font-style: normal } .big { font-size: 120% } .little { font-size: 80% } .gap { margin-top: 4em } .biggap { margin-top: 6em } .indent5 { margin-left: 5em } .signature { text-align: right; margin-right: 1em; margin-top: 0.5em } /************************************************************** page numbers ***************************************************************/ .pagebreak { font-size: x-small; background-color: inherit; color: silver; text-indent: 0; font-style: normal; font-family: normal; font-variant: normal; font-weight: normal; text-align: right; letter-spacing: normal } span[title].pagebreak:after { content: "[Pg " attr(title) "] " } /************************************************************** footnotes etc ***************************************************************/ .footnotes { border-top: 1px solid; border-bottom: 1px solid; margin: 2em 5% 3em 5%; font-size: 85% } .footnote p { margin-left: 2em; margin-right: 1em; line-height: 1.2 } .footnote .label { margin: 0 0 0 -2em; text-align: right } .footnote .label a, .fnnum { font-size: 70%; vertical-align: super } .transnote { background-color: #EEE; color: inherit; margin: 2em 10% 1em 10%; font-size: 80%; padding: 0.5em 1em 0.5em 1em } .transnote p { text-align: left } .tn { text-decoration: none; border-bottom: thin dotted blue; color: inherit; background-color: inherit } /**************************************************************** sidenotes *****************************************************************/ /* make sure right margin is wide enough */ /* think about collisions with page numbers */ .sidenote { width: 15%; padding-left: 0; text-indent: 0; margin: 0 0 0 0; font-size: 75%; text-align: left; font-style: italic } /********************************************************* tables **********************************************************/ /* Centered, but put in a div class="center" too for IE. */ table { margin-left: auto; margin-right: auto; text-align: left; empty-cells: show; margin-bottom: 1em; margin-top: 1em } td { padding-right: 2em; text-align: left; margin-top: 0; margin-bottom: 0; vertical-align: top } /*********************************************************** end ************************************************************/ 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: 85% }