body {
background-color:#ffffff;
}

/* In introduction.htm and index.htm,
   use <strong> in *addition* to work w/o style sheets */
p.subhead {
	font-weight: bold;
	text-indent: 2em;
	margin-top: 30px;
}

/* used by text in introduction.htm and index.htm */
p.introtext {
	text-indent: 2em;
	margin-bottom: 5px;
	margin-top: 0;
}


p.quote {
	text-indent: 2em;
	margin-bottom: 5px;
}

/* quote2 is special case for multi-paragraph quote in chapter 8 */
p.quote2 {
	text-indent: 2em;
	margin-bottom: 0;
	margin-top: 0;
}

