/* BODY STYLES */ body { font-family: serif; text-align: left; } h1.toc-marker { font-size: small; font-weight: normal; color: green; text-decoration: underline; } /* 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: 12pt 0pt 0pt 0pt; /* (top, right, bottom, left) */ } /* ENDORSEMENTS */ p.endorsement-text { font-weight: normal; font-style: normal; font-size: small; font-variant: normal; text-align: left; margin: 12pt 0pt 0pt 0pt; /* (top, right, bottom, left) */ } p.endorsement-source { font-weight: bold; font-style: normal; font-size: small; font-variant: normal; text-align: right; margin: 4pt 0pt 0pt 12pt; /* (top, right, bottom, left) */ } /* TABLE OF CONTENTS */ p.toc-1 { font-size: medium; text-align: left; margin: 0pt 0pt 2pt 0pt; } p.toc2 { font-size: medium; text-align: left; margin: 0pt 0pt 3pt 12pt; } /* CHAPTER number/title */ h1.ebook-new-page-break { font-weight: bold; font-style: normal; font-size: xx-large; color: #669966; text-indent: 0pt; text-align: center; margin: 25pt 18pt 18pt 0pt; /* (top [brings num down from top], right, bottom, left) */ } p.chapter-subtitle { font-style: normal; font-size: large; text-variant: small-caps; text-align: center; color: #669966; margin: 0pt 0pt 36pt 0pt; } /* 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; } p.text-center { font-size: medium; text-align: center; margin: 0pt; } p.text-center-space { font-size: medium; text-align: center; margin: 14pt 0pt 0pt 0pt; } /* Poetry */ p.poetry-space { font-weight: normal; font-style: normal; font-size: small; text-indent: -12pt; /* hanging indent */ padding-left: 12pt; text-align: left; margin: 12pt 36pt 0pt 12pt; /* (top, right, bottom, left) */ } p.poetry { font-weight: normal; font-style: normal; font-size: small; text-indent: -12pt; /* hanging indent */ padding-left: 12pt; text-align: left; margin: 0pt 36pt 0pt 12pt; /* (top, right, bottom, left) */ } /* EXTRACTS */ p.extract-space { font-size: small; font-style: italic; text-indent: 12pt; /* Bethany also indents this paragraph */ text-align: left; margin: 12pt 12pt 0pt 12pt; /* (top, right, bottom, left) */ } p.extract { font-size: small; font-style: italic; text-indent: 12pt; text-align: left; margin: 0pt 12pt 0pt 12pt; /* (top, right, bottom, left) */ } p.extract-opening { font-size: small; font-style: italic; text-indent: pt; text-align: left; margin: 12pt 12pt 0pt 12pt; /* (top, right, bottom, left) */ } p.extract-closing { font-size: small; font-style: italic; text-indent: ; text-align: center; margin: 6pt 12pt 0pt 12pt; /* (top, right, bottom, left) */ } /* BOOKS BY . . . list (i.e., other books by author) */ p.books-by { /* style for title line of book list by author */ font-size: large; text-align: center; margin: 24pt 0pt 0pt 0pt; /* (top, right, bottom, left) */ } p.books-by-author-line { /* author name under the books-by title (Bethany Books) */ font-size: x-large; text-align: center; margin: 6pt 0pt 24pt 0pt; } p.books-list { font-size: medium; font-style: italic; text-align: center; margin: 0pt 0pt 12pt 0pt; } /* HYPERLINK STYLE DATA */ a:active { /* mouse button held down */ color: red; } a:hover { background: #669966; } 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; } /* DIVIDER */ p.divider { text-align: center; margin: 14pt 0pt 14pt 0pt; } p.divider-sub { text-align: center; color: #ccc; margin: 14pt 0pt 14pt 0pt; } /* FIGURES */ p.figure-marker { text-align: center; text-weight: bold; margin-top: 14pt; margin-bottom: 14pt; } /* FONT data */ 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; }