@charset "utf-8"; @page { margin: 0; padding: 0; } /* BODY DEFINITION */ body { margin: 0; padding: 0; margin-left: 5pt; margin-right: 5pt; } h1 { font-size: 1.2em; font-weight: bold; line-height: 1.2em; margin-top: 0.5em; margin-bottom: 0.5em; } h2 { font-size: 1.4em; font-weight: bold; line-height: 1.3em; margin-top: 1em; margin-bottom: 1.5em; } h3 { font-size: 1.2em; font-weight: bold; line-height: 1.3em; margin-top: 1em; margin-bottom: 1.0em; } h4 { font-size: 1em; font-weight: bold; line-height: 1.3em; margin-top: 0.4em; margin-bottom: 0.4em; } h1.center { text-align: center; } /* IMAGES */ /* alignment of image */ /* image settings and header/subtext */ img { max-width: 100%; } /* PARAGRAPHS and block-level elements */ /* paragraph base definition */ p { text-align:justify; font-size: 1em; margin: 0; } p.indent { text-indent: 1em; } p.noindent { text-indent: 0; margin: 0.5em 0 0 } /* align classes */ /* margin settings */ .margin { margin-top: 1em; margin-bottom: 0; } .margin-t { margin-top: 0.5em; } /* SPECIAL PARAGRAPH styles - book content elements */ p.seperator { font-size: 1.1em; text-align: center; margin-top: 1em; margin-bottom: 1em; } hr { width:100%; height:0.05em; margin-left:0; margin-right:0; background-color:black; } /* about the book/author */ /* title page */ p.author { font-size: 1.6em; font-weight: normal; margin-top: 3em; margin-bottom:0; text-indent: 0; text-align: center; } .title { font-size: 2em; font-weight: bold; margin-top: 1em; line-height: 1.2; text-indent: 0; text-align: center; } p.genre { font-size: 1.2em; font-weight: normal; margin-top: 2em; text-indent: 0; text-align: center; } /* copyright page */ p.copyright { font-size: 0.75em; text-indent: 0; text-align: center; } /* INLINE ELEMENTS */ /* links */ a:link, a:visited { font-weight: normal; text-decoration: none !important; color: blue; } span.italic, .italic { font-style: italic; } sub { font-size: 0.8em; vertical-align: sub; line-height: 0.5em; } sup { font-size: 0.8em; vertical-align: super; line-height: 0.5em; } /* LISTS */ ul { margin: 0; padding: 0 0 0 1.2em; } ol { margin: 0; padding: 0 0 0 1.7em; } li { font-size: 1em; text-align: left; } /* DECORATION ELEMENTS AND TEXTBOXES */ /* TABLES */ table { width: 100%; margin-top: 1em; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0px; border-width: 0px; } th { background-color: silver; padding: 0.25em; font-size: 0.8em; text-align: left; vertical-align: top; border-width: 0px; } td { background-color: inherit; padding: 0.25em; font-size: 0.8em; text-align: left; vertical-align: top; border-width: 0px; }