P {
	margin:			0em 0em 1em 0em;
	padding:		0em 0em 0em 0em;
	line-height:		120%;
	}

H1, H2, H3, H4, H5  {
	font-family:		Arial, sans serif;
	color:			Navy;
	margin:			0em 0em .5em 0em;
	}

H1 {
	text-align:		right;
	font-weight:		bold;
	}

H3 {
	font-weight:		bold;
	}

.ChapterHeading {
	font-family:		Arial, sans serif;
	color:			"#808080";
	text-align:		right;
	}	

.RMH {
	font-family:		Arial, sans serif;
	color:			Navy;
	font-weight:		bold;
	font-size:		.9em;
	margin:			0em 0em 0em 0em;
	}

.NoteHeading {
	font-family:		Arial, sans serif;
	font-weight:		bold;
	font-size:		.8em;
	color:			Navy;
	border-top-style:	solid;
	border-top-color:	Navy;
	border-top-width:	thin;
	margin-bottom:		0em;
	padding-bottom:		0em;
	}

.NoteBody {
	border-bottom-style:	solid;
	border-bottom-width:	thin;
	border-bottom-color:	Navy;
	margin-top:		0em;
	padding-top:		0em;
	}

TT {
	font-family:		Courier, monospaced;
	font-size:		.8em;
	}

.Example, .ExampleLast {
	font-family:		Courier, monospaced;
	font-size:		.8em;
	margin-left:		2em;
	}

.Example {
	margin-bottom:		0em;
	}

DT {
	color:			Navy;
	margin:			0em 0em 0em 0em;
	}

.Question {
	color:			Navy;
	text-decoration:	italic;
	}

.Answer {
	margin:			0em 2em 2em 2em;
	}

A:link {
	color: 			blue;
	text-decoration: 	none;
	}

A:visited {
	color: 			blue;
	text-decoration: 	none;
	}

A:hover {
	color: 			red;
	text-decoration: 	underline;
	}