@media all{ h2, h3, h4, h5, h6 { margin: 1em 0; } p { margin: 0; } p.firstPara { text-indent: 0; } /*uncomment this for noIndent/spaceAbove p + p { text-indent:0; margin-top:1em; } */ /*comment this out for noSpaceAbove/indented*/ p + p { text-indent: 1.5em; margin-top: 0; } p.spaceAbove { margin-top: 1em; } p.noIndent { text-indent: 0; } p.doubleIndent { text-indent: 3em; } p.extraIndent { text-indent: 1.5em; } p.extraSpace { margin-top: 2em; } span.drop { font-weight: normal; font-size: 320%; float: left; margin-top: -0.3225em; margin-bottom: -0.3245em; margin-right: .125em; } div.blockquote, div.background, div.sidebar, div.border { margin: 2em 1em; } div.blockquote { margin-left: 2em; } div.poetry { margin: 1em 1em 1em 2em; padding: 1em; } div.poetry p.noIndent { margin-left: 1em; text-indent: -1em; } div.poetry p.extraIndent { margin-left: 1em; text-indent: -1em; padding-left: 1.5em; } div.poetry p.doubleIndent { margin-left: 1em; text-indent: -1em; padding-left: 3em; } div.background { border: 1px solid #666; margin: 1.5em; padding: 1em; } div.sidebar { background-color: #DDD; width: 50%; float: right; margin-right: 0; padding: .5em; } div.border { border: 1px solid #666; background-color: #DDD; margin: 1em; padding: 1em; } .hideOnKf8 { display: none; } .showOnKf8 { display: block; } li { margin: .5em 0; } div.rightImage { float: right; margin: 0 0 0 1em; page-break-inside: avoid; } div.leftImage { float: left; margin: 0 1em 0 0; page-break-inside: avoid; } div.centeredImage { margin: 1em; } span.footnoteContent { display: block; } span.footnoteContent + span.footnoteContent { margin-top: 1em; } } span.liPara { display: block; } span.liPara + span.liPara { margin-top: .5em; } hr { margin: 1em 0; } ol.lowerAlpha { list-style-type:lower-alpha; } ol.upperAlpha { list-style-type:upper-alpha; } ol.lowerRoman { list-style-type:lower-roman; } ol.upperRoman { list-style-type:upper-roman; } ol.upperRoman li { margin: 1em; } ol.decimal { list-style-type:decimal; } ol.noStyle { list-style-type: none; } ul.disc { list-style-type: disc; } ul.circle { list-style-type: circle; } ul.noStyle { list-style-type: none; } ul.toc, ul.toc ul { list-style-type: none; } ul, ol { margin: 1em 0; } p.noIndentSpaceAbove { text-indent: 0; margin-top: 1em; } p.alignCenterSpaceAbove { text-align: center; margin-top: 1em; } p.alignRightSpaceAbove { text-align: right; margin-top: 1em; } p.alignRight { text-align: right; } p.alignCenter { text-align: center; text-indent: 0; } p.attribution { text-align: right; } p.backLink { text-indent: 0; font-size: 85%; } h1, h2 { text-align: center; } h3.centered, h4.centered, h5.centered { text-align: center; } h1.rightAligned, h2.rightAligned, h3.rightAligned, h4.rightAligned, h5.rightAligned { text-indent: 0; text-align: right; } div.image { page-break-inside: avoid; } div.imageCaption p { text-align: center; font-size: 85%; margin-top: 0; } span.bold { font-weight: bold; } span.italic { font-style: italic; } span.smallCaps { font-variant: small-caps; } span.color-red { color: #ff0000; } span.color-green { color: #008000; } span.color-blue { color: #0000ff; } span.color-purple { color: #800080; } span.color-orange { color: #ffa500; } span.color-brown { color: #a52a2a; } span.underline { text-decoration: underline; } span.strike { text-decoration:line-through; } sup { font-size: 70%; vertical-align: text-top; } sub { font-size: 70%; vertical-align: text-bottom; } div.page-break { page-break-before:always; } table { border-collapse: collapse; width: 98%; font-size: .75em; margin-bottom: 1em; margin-top: 1em; } td.bold { font-weight: bold; } table thead th { font-weight: bold; } .centered { text-align: center; } table td, table th { border: 1px solid #666666; text-align: center; padding: .25em; } tr.odd { background-color: #D3D3D3; }