/* XML blockout */ body { margin-left: 10%; margin-right: 10%; font-family: serif } p { /* all paragraphs unless overridden */ margin-top: 1em; text-align: justify; margin-bottom: 0; text-indent: 1em; line-height: 1.4em } h1, h2, h3, h4, h5, h6 { text-align: center; /* all headings centered */ } .smcap { font-variant: small-caps } blockquote { margin-left: 5%; margin-right: 5%; font-size: 90%; /* dubious move */ } p.citation { /* author citation at end of blockquote or poem */ text-align: right; font-style: italic } p.quotdate { /* date of a letter aligned right */ text-align: right } p.quotsig { /* author signature at end of letter */ margin-left: 75%; text-indent: -4em; /* gimmick to move 2nd line right */ } hr { width: 45%; margin-top: 1em; margin-left: auto; /* these two ensure a.. */ margin-right: auto; /* ..centered rule */ clear: both; /* don't let sidebars & floats overlap rule */ } hr.major { width: 75%; margin-top: 2em; margin-bottom: 2em } /* eg, above chapter head */ hr.minor { width: 30% } /* eg, above/below epigraph */ hr.full { width: 100% } a:link { color: blue; text-decoration: none } link { color: blue; text-decoration: none } a:visited { color: blue; text-decoration: none } a:hover { color: red } pre { font-size: 8pt }