/* Embedded Fonts */ @font-face { font-family: JuanitaITC; font-weight: normal; font-style: normal; src : url(../Fonts/font01.ttf); } @font-face { font-family: GeorgiaOTF; font-weight: normal; font-style: normal; src : url(../Fonts/font02.ttf); } @font-face { font-family: GeorgiaOTF; font-weight: bold; font-style: normal; src : url(../Fonts/font03.ttf); } @font-face { font-family: GeorgiaOTF; font-weight: normal; font-style: italic; src : url(../Fonts/font04.ttf); } @font-face { font-family: GeorgiaOTF; font-weight: bold; font-style: italic; src : url(../Fonts/font05.ttf); } @font-face { font-family: BookmanStd; font-weight: normal; font-style: normal; src : url(../Fonts/font06.otf); } @font-face { font-family: BookmanStd; font-weight: normal; font-style: italic; src : url(../Fonts/font07.otf); } @font-face { font-family: Avenir65-Medium; font-weight: normal; font-style: normal; src : url(../Fonts/font08.ttf); } @font-face { font-family: Avenir65-Medium; font-weight: bold; font-style: normal; src : url(../Fonts/font09.ttf); } /* Global Settings */ body { display: block; margin: 5px 5px 5px 5px; -epub-hyphens: none; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; } div { display: block; orphans: 2; widows: 2; margin-right: 0; } /* Main Text Settings: Headings, Sections, Text */ .hdChapterMain1 { font-family: "JuanitaITC", Helvetica, Verdana, sans-serif; font-size: 24pt; font-style: normal; font-weight: normal; text-align: center; text-indent: 0; margin: 100px 0 25px 0; } .hdChapterMain2 { font-family: "JuanitaITC", Helvetica, Verdana, sans-serif; font-size: 18pt; font-style: normal; font-weight: normal; text-align: center; text-indent: 0; margin: 50px 0 25px 0; } .hdChapterSub2 { font-family: "Avenir65-Medium", Helvetica, Verdana, sans-serif; font-size: 14pt; font-style: normal; font-weight: bold; text-align: center; text-indent: 0; margin: 30px 0 0 0; } .txIndentNo { font-family: "GeorgiaOTF", Georgia, Baskerville, serif; font-size: 11pt; font-style: normal; font-weight: normal; text-align: left; text-indent: 0; margin: 0 0 4px 0; } .txIndentYes { font-family: "GeorgiaOTF", Georgia, Baskerville, serif; font-size: 11pt; font-style: normal; font-weight: normal; text-align: left; text-indent: 15px; margin: 0 0 4px 0; } .txSectionBreak { font-family: "GeorgiaOTF", Georgia, Baskerville, serif; font-size: 11pt; font-style: normal; font-weight: normal; text-align: left; text-indent: 0; margin: 50px 0 4px 0; } .txSectionIndentNo { font-family: "GeorgiaOTF", Georgia, Baskerville, serif; font-size: 11pt; font-style: normal; font-weight: normal; text-align: left; text-indent: 0; margin: 20px 0 4px 0; } .txCenterSpaceYes { font-family: "GeorgiaOTF", Georgia, Baskerville, serif; font-size: 11pt; font-style: normal; font-weight: normal; text-align: center; text-indent: 0; margin: 12px 0 0 0; } /* Table of Contents */ .txTOC-SpaceNo { font-family: "BookmanStd" Georgia, Baskerville, serif; font-size: 10pt; font-style: normal; font-weight: normal; text-align: center; text-indent: 0; margin: 0 0 0 0; } .txTOC-SpaceYes { font-family: "BookmanStd", Georgia, Baskerville, serif; font-size: 10pt; font-style: normal; font-weight: normal; text-align: center; text-indent: 0; margin: 0 0 8px 0; } /* Books by Author */ .txBooksSpaceNo { font-family: "BookmanStd", Georgia, Baskerville, serif; font-size: 10pt; font-style: normal; font-weight: normal; text-align: center; text-indent: 0; margin: 0 0 2px 0; } /* Copyright */ .txCopyrightTop { font-family: "Avenir65-Medium", Helvetica, Verdana, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; text-align: center; text-indent: 0; margin: 12px 0 8px 0; } .txCopyrightSpaceNo { font-family: "Avenir65-Medium", Helvetica, Verdana, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; text-align: center; text-indent: 0; margin: 0 0 0 0; } .txCopyrightSpaceYes { font-family: "Avenir65-Medium", Helvetica, Verdana, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; text-align: center; text-indent: 0; margin: 8px 0 0 0; } .imgPubCopy { height: 50px; width: 36px } .imgCenterCopy { text-align: center; margin-top: 3px; margin-bottom: 3px; } /* Dedication */ .txDedicationTop { font-family: "BookmanStd", Georgia, Baskerville, serif; font-size: 12pt; font-style: normal; font-weight: normal; text-align: center; text-indent: 0; margin: 15% 0 0 0; } /* Turn OFF Underline for URL's, HyperLinks, etc. */ .txNoUnderline { text-decoration: none; } /* Divider Images */ .imgPubDivider { max-width: 100%; } .imgCenterDivider { text-align: center; margin-top: 40px; margin-bottom: 15px; } /* EoF */