/**/ body { margin-left: 10%; margin-right: 10% } h1 { margin-top: 7%; text-indent: 0%; text-align: center; clear: both } /* paragraphs */ p { margin-top: 3%; margin-bottom: 3%; text-align: justify } /* general paragraph */ p.cnobmargin { text-align: center; margin-bottom: 0% } /* centered no bottom margin */ p.cnomargins { text-align: center; margin-bottom: 0%; margin-top: 0% } /* centered no bottom or top margin */ p.cnotmargin { text-align: center; margin-top: 0% } /* centered no top margin */ p.indent { text-indent: 4% } /* indented paragraph */ /* horizontal rules */ hr { width: 33%; margin-top: 8%; margin-bottom: 8%; margin-left: auto; margin-right: auto; clear: both } .hrlong { width: 80%; margin-top: 0%; margin-bottom: 0%; margin-left: auto; margin-right: auto; clear: both } .hr2 { width: 90%; max-width: 90%; color: #CCC; background-color: #FFF; border: none; border-bottom: 6px double black; margin: 8% auto } /* horizontal rule for chapter divisions */ .pagenum { font-size: smaller; text-align: right } /* page numbers */ /* block quotes and notes */ .blockquot { margin-left: 10%; margin-right: 10% } .center { text-indent: 0%; text-align: center } .smcap { font-variant: small-caps } /* Links attributes */ a:link { color: #000; text-decoration: none; border-bottom: 1px dashed #808080 } a:visited { color: #25383C; text-decoration: none; border-bottom: 1px dashed #808080 } a:hover { color: #008000; text-decoration: none; border-bottom: 1px dashed #808080 } a:active { color: #000; text-decoration: none; border-bottom: 1px dashed #808080 } ins { text-decoration: none; border-bottom: 1px dashed #dcdcdc } /* Images */ /* without border */ img.border { border: 1px solid black } /* with border */ .image-center { text-align: center; margin: 1em auto } /* Footnotes */ .footnotes { border: dashed 1px; background-color: #CCC } .footnote { margin-left: 10%; margin-right: 10%; font-size: 0.9em } .footnote .label { text-align: right } .fnanchor { vertical-align: super; font-size: 0.8em; text-decoration: none } /**/