@font-face { font-family: CourierNewPSMT; src:url("../Fonts/CourierNewPSMT.ttf"); } @font-face { font-family: CourierNewPS-ItalicMT; src:url("../Fonts/CourierNewPS-ItalicMT.ttf"); } /* 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) */ } /* DEDICATION PAGE */ p.dedication { font-size: medium; text-align: center; /* this may be changed to 'left' if or 'center' depending on printed book's style */ margin: 0pt 0pt 0pt 0pt; } /* TABLE OF CONTENTS */ p.contents1 { font-size: medium; font-weight: normal; text-align: left; margin: 0pt 0pt 4pt 0pt; } /* CHAPTER number/title */ h1.ebook-new-page-break { /* for chap number */ font-weight: bold; font-style: normal; font-size: xx-large; color: #6699cc; text-align: center; margin: 0pt 0pt 50pt 0pt; } p.chapter-title { font-size: x-large; text-indent: 0pt; text-align: center; color: #6699cc; margin: 0pt 0pt 50pt 0pt; /* (top, right, bottom, left) */ } p.time-stamp { font-size: medium; font-weight: bold; text-indent: ; text-align: left; margin: 0pt 0pt 18pt 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; } /* UNNUMBERED LIST */ p.list-unnumbered { font-style: normal; font-size: medium; font-variant: normal; text-align: left; text-indent: -12pt; /* Hanging Indent */ padding-left: 12pt; margin: 0pt 0pt 6pt 12pt; /* (top, right, bottom, left) */ orphans: 2; widows: 2; } p.list-unnumbered-space { font-style: normal; font-size: medium; font-variant: normal; text-align: left; text-indent: -12pt; /* Hanging Indent */ padding-left: 12pt; margin: 12pt 0pt 6pt 12pt; orphans: 2; widows: 2; } /* EXTRACTS */ p.extract-space { font-size: small; text-indent: ; text-align: left; margin: 12pt 12pt 0pt 12pt; /* (top, right, bottom, left) */ } p.extract { font-size: small; text-indent: ; text-align: left; margin: 12pt 12pt 0pt 12pt; } p.letter { font-family: "CourierNewPSMT", "Courier", "Courier New", "monospace"; font-style: normal; font-size: medium; text-indent: ; /* provides paragraph indent */ text-align: left; margin: 12pt 12pt 0pt 12pt; /* (top, right, bottom, left) */ } /* HYPERLINK STYLE DATA */ a:active { /* mouse button held down */ color: red; } a:hover { background: #32CD32; } 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: 6pt 0pt 12pt 0pt; } /* FIGURES */ p.figure-marker { text-align: center; text-weight: bold; margin-top: 14pt; margin-bottom: 14pt; } p.figure-marker1 { /* for chap head rule */ text-align: center; text-weight: bold; margin-top: 14pt; margin-bottom: 0pt; } /* 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; } span.small-caps-bold { font-variant: small-caps; font-weight: bold; } span.courier { font-family: "CourierNewPSMT"; } span.courier-italic { font-family: "CourierNewPS-ItalicMT"; }