body {
	background-color: #fff;
	margin: 40px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 0.85em;
	color: #4F5155;
}

h1 {
	color: #444;
	border-bottom: 1px solid #d0d0d0;
	font-size: 18px;
	font-weight: bold;
	margin: 24px 0 2px 0;
	padding: 5px 0 6px 0;
}

h2 {
	font-size: 1.15em;
}

h3 {
	font-size: 1em;
}

hr {
	border: 0px;
	border-bottom: 1px solid #D0D0D0;
}

code {
	font-size: 1.2em;
}

/* jQuery.simpletreeview styles */
ul.treeview, ul.treeview ul {
	list-style-type: none;
}
ul.treeview span.handle {
	cursor: pointer;
}

.treeview span.controls {
	display: none;
	background-color: #eee;
	font-size: 0.85em;
}
