.chapterName { /* chapter names */
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 26px;
	color: White;
	vertical-align : top;
}
.header { /* chapter subtitles */
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 19px;
	color: White;
}
.text {	/* all body text */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 15px;
	color: White;
	text-align : left;
	line-height: 19px;
}
.text A { /* body text links */
	font-weight: Bold;
	color: #FFCCFF;
}
.smallText { /* search "powered by google" link */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 12px;
	color: White;
	text-align : left;
}
.note { /* boxed off "empowering statements" in body text */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 12px;
	color: White;
	background-color: #000099;
	text-align : justify;
	line-height: 15px;
}
.idxLink { /* section links in the Key Word Index */
	font-size: 12px;
}
.top { /* "back to top" link */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 13px;
	text-align : right;
}
.top A {
	font-weight: Normal;
	color: Yellow;
}
.top A:Hover {
	font-weight: Normal;
	color: #FFCCFF;
}


.sectionLinks {	/* all body text */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 15px;
	color: #FFCC00;
	text-align : left;
	line-height: 25px;
	list-style-type: disc;
}
.sectionLinks A { /* body text links */
	font-weight: Normal;
	color: White;
}


/* ALL OTHER LINKS */
A { text-decoration:none; }
A:Hover {color: Yellow;}
