Example CSS Style File
/* Eliminate all default margin and padding settings */
html,body,div,h1,h2,h3,h4,h5,p,blockquote {margin: 0; padding: 0.01em;}
/* Paragraph settings suitable for fiction */
p {text-indent: 1.25em; margin-top: 0; Margin-bottom: 0;}
/* For non-fiction set text-indent to zero and margin-bottom to 1em. */
/* For chapter headings ( page break before recommended) */
p.chapter {text-indent : 0; font-size: 1.5em; font-weight: bold; margin-top: 1.0em; margin-bottom: 1.5em; text-align: center; page-break-before: always;}
/* Styles for span elements */
span.i {font-style: italic;}
span.b {font-weight: bold;}
span.u {text-decoration: underline;}
/* Style for block quotes */
p.quote {margin-top: 1em; margin-bottom 1em; margin-left: 3em; margin-right: 3em; font-style: italic;}
+++++