/* COPYRIGHT PAGE */ p.copyright { font-size: xx-small; text-align: left; margin: 0pt 0pt 0pt 0pt; } p.copyright-space { font-size: xx-small; text-align: left; margin: 8pt 0pt 0pt 0pt; /* (top, right, bottom, left) */ } /* CHAPTER number/title */ h1.ebook-new-page-break { font-weight: bold; font-style: normal; font-size: xx-large; text-decoration: none; /* can be none, line-through, underline, overline, none, blink */ text-transform: uppercase; /* can also be none, capitalize, lowercase */ font-variant: normal; /* normal or small-caps */ color: #9932CC; text-indent: 0pt; text-align: center; margin: 25pt 18pt 18pt 0pt; /* (top [brings num down from top], right, bottom, left) */ } /* Various TEXT STYLES */ p.text { font-size: medium; text-indent: 12pt; text-align: left !important; margin: 0pt; orphans: 2; widows: 2; } p.text-space { font-size: medium; text-indent: 12pt; text-align: left !important; margin: 12pt 0pt 0pt 0pt; orphans: 2; widows: 2; } p.text-left { font-size: medium; text-indent: 0pt; text-align: left !important; margin: 0pt; orphans: 2; widows: 2; } p.text-first { font-size: medium; text-indent: 0pt; text-align: left !important; margin: 0pt; orphans: 2; widows: 2; } p.text-first-space { font-size: medium; font-variant: normal; text-indent: 0pt; text-align: left !important; margin: 12pt 0pt 0pt 0pt; orphans: 2; widows: 2; } p.text-left-space { font-size: medium; font-variant: normal; text-indent: 0pt; text-align: left !important; margin: 12pt 0pt 0pt 0pt; orphans: 2; widows: 2; } /* BOOKS BY . . . list (i.e., other books by author) */ p.books-by { /* style for title line of book list by author */ font-size: x-large; text-align: center; margin: 30pt 0pt 0pt 0pt; /* (top, right, bottom, left) */ } p.books-by-divider-rule { border-bottom: thin solid black; margin-left: 20%; margin-right: 20%; padding-top: -5pt; margin-bottom: 16pt; } p.books-list { font-size: medium; font-style: italic; text-align: center; margin: 0pt 0pt 12pt 0pt; /* (top, right, bottom, left) */ } p.books-list-series-title { font-weight: normal; font-style: normal; font-size: large; font-variant: small-caps; text-align: center; margin: 24pt 0pt 12pt 0pt; /* (top, right, bottom, left) */ } p.books-list-footnote { font-size: small; font-style: normal; text-align: center; margin: 16pt 0pt 12pt 0pt; /* (top, right, bottom, left) */ } /* HYPERLINK STYLE DATA */ a:active { /* mouse button held down */ color: red; } a:hover { background: #9932CC; } a:link { /* not visited */ color: blue; } a:visited { color: purple; } p.ad-hyperlink { text-align: center; /* used for hyperlinks under any ad mentioning a website */ margin: 5pt 0pt 0pt 0pt; /* (top, right, bottom, left) */ } p.start { /* start reading style */ margin-top: 12pt !important; /* distance of box from text above */ border-top: thin solid black; border-bottom: thin solid black; margin-left: 5%; margin-right: 5%; margin-bottom: 14pt; padding: 4pt !important; /* amount of padding within box -- affects text */ background: #FFF8DC; /* background color of box */ text-align:right !important; font-weight: bold; font-size: small; font-style: normal; font-variant: normal; page-break-after: avoid; } /* DIVIDER and MISC */ p.divider { text-align: center; margin: 14pt 0pt 14pt 0pt; } p.figure-marker { text-align: center; text-weight: bold; margin-top: 14pt; margin-bottom: 14pt; } /* FONT data */ span.regular { font-weight: normal; font-style: normal; } span.italic { font-weight: normal; font-style: italic; } span.bold { font-weight: bold; font-style: normal; } span.bold-italic { font-weight: bold; font-style: italic; } span.small-caps { font-variant: small-caps; font-weight: bold; }