/* The <em> tag is used to indicate all-uppercase in the original text */
#content em { font-style: normal; text-transform: uppercase; }
#content i em { font-style: italic; }

/* Headers made to look like the book */
#content h1, #content h2, #content h3 { text-align: center; }
#content h3 { text-transform: uppercase; }

/* Making the text easier to read */
#content * { line-height: 130%; letter-spacing: 0.05em; word-spacing: 0.1em; }

/* Indentation of normal paragraphs; allowing some paragraphs to turn off indentation or center themselves instead */
#content p { text-indent: 4em; }
#content p.no_indent { text-indent: 0; }
#content p.centered { text-indent: 0; text-align: center; }

/* Different fonts for headers and text */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { font-family: Georgia, Times, serif; }
#content p, #content div { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Lists are used in paragraph form */
#content ul { list-style: none; margin-left: 4em; }
#content li p { text-indent: 0; }
