BODY {
	color: black;
	background: inherit;
}
H2 {
	/*
	background: #c8e0f0;
	background: #b0d8d0;
	background: #efd8e0;
	background: #580048;
	border: outset;
	*/
	/*
	border-color: #f3f3cc;
	*/
	border-color: #c090b0;
	border-width: 2px;
}
DL { background: transparent}
BODY > DL {
	/*
	background: #efd8e0;
	background: #fff0c0;
	background: #fff0a0;
	*/
	background: #fff8e0;
	/*
	background-image: url("figures/TOC_background.jpg");
	*/
	background-repeat: repeat-y;
	background-position: top right;
	padding: 2px 2px 2px 2px;
	border: inset;
	border-color: #f0c8c0;
	border-width: 3px;
	line-height: 1.3;
	font-weight: bold;
}
DD {
	margin-left: 16px;
	padding-left: 0px;
}
DT A {
	text-decoration: none;
	color: #c090b0;
}
DT A:hover {
	color: #a080a0;
}
DT A:active {
	color: #580048;
}
DT.main {
	font-size: 130%;
	/* these 3 lines reduce spacing of wrapped lines but maintain 
		overall spacing between DTs */
	line-height: 0.8;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	font-family: serif;
	font-style: italic;
	font-weight: normal;
}
DT.main1 {
	font-size: 120%;
	/* these 3 lines reduce spacing of wrapped lines but maintain 
		overall spacing between DTs */
	line-height: 0.8;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	font-family: serif;
	font-style: italic;
	font-weight: normal;
}
DT.main A, DT.main1 A {
	color: #580048;
}
DT.main A:hover, DT.main1 A:hover {
	color: black;
}
DT.main A:active, DT.main1 A:active {
	color: #a080a0;
}
/* IMG formatting will soon be deprecated */
DT IMG {
	/*background: #efd8e0;*/
	background: #fff8e0;
/* Opera has zero space between IMG elements
At some point, maybe make this a javascript-based dependency. */
	margin-bottom: 1px;
	/*border-style: outset;*/
	border-style: none;
	border-width: 1px;
	border-color: #f0c8c0;
}
DT IMG:hover {
	background: #f3f3cc;
	background: #e0c8d0;
}
DT IMG:active {
	background: white;
}
DD DL DT IMG {
	/*
	background: #f3f3cc;
	background: #f0c8c0;
	*/
	/*
	border-style: outset;
	border-width: 2px;
	*/
	border-style: none;
}

@media print {
	/*
	* {
		background: #ffffff;
		border-color: #d0d0d0;
	}
	H2 {
		border-color: inherit;
	}
	BODY > DL {
		border-color: inherit;
	}
	DT IMG {
		border-color: inherit;
	}
	*/
}
