/**/ body { margin-left: 10%; margin-right: 10% } h1 { margin-top: 7%; text-indent: 0%; text-align: center; clear: both } 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.author { margin-right: 10%; text-align: right; margin-top: 0% } 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.cnobmargin-l { text-align: center; margin-bottom: 0%; font-size: large } /* centered no bottom margin */ p.cnomargins-l { text-align: center; margin-bottom: 0%; margin-top: 0%; font-size: large } /* centered no bottom or top margin */ p.cnotmargin-l { text-align: center; margin-top: 0%; font-size: large } /* centered no top margin */ p.indent { text-indent: 4% } /* indented paragraph */ p.margin-left4 { margin-left: 10% } /* text unindented with small indentation of paragraph */ p.margin-left8 { margin-left: 20% } /* text unindented with medium indentation of paragraph */ p.margin-left16 { margin-left: 30% } /* text unindented with large 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 */ /* Formatting */ .bbox { margin-left: 20%; margin-right: 20% } .center { text-indent: 0%; text-align: center } .center-l { text-indent: 0%; text-align: center; font-size: large } .right { text-align: right } .smcap { font-variant: small-caps } .small { font-size: small } /* 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 } /* Poetry */ .poem { margin-left: 10%; margin-right: 10%; text-align: left } .poem .stanza { margin: 4% 0% 4% 0% } .poem span.i0 { display: block; margin-left: 0%; padding-left: 12%; text-indent: -12% } .poem span.i2 { display: block; margin-left: 8%; padding-left: 12%; text-indent: -12% } .poem span.i4 { display: block; margin-left: 16%; padding-left: 12%; text-indent: -12% } /* Other */ span.cursive { font-family: "Blackmoor LET", cursive } div.tnote { background-color: #FFF; border-style: dotted; margin-left: 10%; margin-right: 10%; padding: 1%; font-style: normal; font-size: 90%; text-align: justify } /**/