/**/ body { margin-left: 10%; margin-right: 10% } h2 { margin-top: 4%; text-indent: 0%; text-align: center; clear: both } /* paragraphs */ p { margin-top: 3%; margin-bottom: 3%; text-align: justify } /* general paragraph */ p.h2a { text-indent: 0%; text-align: center; font-size: 150%; font-weight: bold } /* h2 type without top margin */ p.h3 { margin-top: 7%; text-indent: 0%; text-align: center; font-size: 100%; font-weight: bold } p.indent { text-indent: 4% } /* indented paragraph */ p.margin-left8 { margin-left: 20% } /* text unindented with medium indentation of paragraph */ /* horizontal rules */ hr { width: 33%; margin-top: 8%; margin-bottom: 8%; 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 */ /* tables */ .pagenum { font-size: smaller; text-align: right } /* page numbers */ /* block quotes and notes */ blockquote { margin-left: 20%; margin-right: 30% } .center { text-indent: 0%; text-align: center } .right { text-indent: 0%; text-align: right } .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 } table { margin-left: 0%; margin-right: 0% } .tdr { text-align: right; width: 33% } /* right align cell */ .tdl { text-align: left; width: 33% } /* left align cell */ /* Images */ /* without border */ img.border { border: 1px solid black } /* with border */ .figcenter { margin: auto; text-align: center } /* Other */ div.tnote { border-style: dotted; margin-left: 10%; margin-right: 10%; padding: 1%; font-style: normal; font-size: 90%; text-align: justify } /**/