@charset "utf-8"; /* CSS Document */ body { color:#000; font-family:Georgia, serif; background-color:#ffffef; max-width:33em; margin:auto; } p {font-family:Calibri; font-size: 1em; text-align:justify; margin: 0 1em 0 1em; } /* paragraph text */ p.quote {font-family:Calibri; font-size: 1em; color: #000000; text-align:left; font-style:italic; margin: 0 1em 0 1em; } /* quote text */ h1 {font-family:Garamond; font-size: 1.8em; text-align:center; margin: 1em 0em 1em 0em; font-weight:bold; text-transform:uppercase;} /* book title */ h2 {font-family:Garamond; font-size: 1.6em; text-align:center; margin: 1em 0em 1em 0em; font-weight:bold; text-transform:uppercase;} /* author and published date */ h3 {font-family:Garamond; font-size: 1.4em; text-align:center; font-weight:bold; text-transform:uppercase; margin: 1em 0em 1em 0em;} /* main chapter headings */ h4 {font-family:Garamond; font-size: 1.2em; text-align:center; font-weight:bold; text-transform:uppercase; margin: 1em 0em 1em 0em;} /* sub headings */ h5 {font-family:Garamond; font-size: 1.2em; text-align:left; font-weight:bold; text-transform:uppercase; margin: 1em 0em 1em 0em;} /* contents */ h6 {font-family:Calibri; font-size: 0.9em; text-align:center; margin: 1em 0em 1em 0em; font-weight:normal; color:#666} /* created by me */ ul {font-family:Calibri; font-size: 14pt; text-align:justify; margin: 0 1em 0 1em; } li { font-family:Calibri; font-size:14pt; text-align:justify; margin: 0 1em 0 1em; } .subcontent {font-family:Calibri; font-size: 1em; text-align:left; font-weight:bold; text-transform:uppercase; margin: 1em 0em 1em 0em;} /* sub contents */ .titlepage {text-align: center !important; font-weight: bold; margin: 2px; border: 1px dashed red; padding: 1em; 1em;} .titlepage > p.imprint { text-align:center!important; font-style:italic; color:red; margin-top:1em; } .footnotes {font-family:Calibri; font-size: 0.8em; text-align:justify; margin: 0 1em 0 1em; } /* footnotes */ .header {font-size: 0.7em; color:#333; text-align:center; text-transform:capitalize; margin-bottom:1em;} .sub { position: relative; bottom: 0; left:.2ex; font-size: 80%;} div.illustration { text-align: center; margin: 1em 0 1em 0; } div.halftitle { text-align: center; margin: 2em 0 2em 0; page-break-after: always; }