body.help {background-image: url(happyface.jpg);}

body.help dl {position: relative;}
body.help dl dt {
	font-size: 1.1em;
	margin-left: -0.5em;
}
body.help dl dd {
	border-left: 1px dotted #cbc;
	padding-left: 1em;
	position: relative;
}

ol.options {
	list-style-type: upper-latin;
}

ul.toc {
	border-bottom: 1px dotted #cbc;
	padding-bottom: 1em;
	line-height: 150%;
	list-style-type: none;
}
ul.toc li {
	margin-left: 0;
}
ul.toc li a {
	padding-left: 12px;
	background: transparent url(arrows.gif) 0 -52px no-repeat;
}
ul.toc li a:hover {
	background-position: 0 -172px;
}
