/* css fpr GettingReal.html */
BODY { MARGIN-TOP: 1cm; MARGIN-LEFT: 1cm; MARGIN-RiGHT: 1cm; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; background-color: white }
/* page numbers as reference to the book, used w/o an element into the text */
page { min-width: 2cm; color: gray; padding-right: 0.5em }
/* the name of the quoted person, used w/o an element into the text */
from { padding-right: 0.5em; font-style: normal }
/* main chapter titles */
p.chapter { font-weight: bold; padding-top: 0.5cm; } 
/* a quote from the book, for paragraph and list */
p.quote {  font-style: italic; padding-left: 0cm; text-indent: -1cm; margin-left: 1cm }
li.quote {  font-style: italic; padding-left: 0cm; }
/* my comments are inserted to let the page numbers in the beginning */
p.comment{  margin-left: 1cm; }

