h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
}
pre, code {
	font-family: Andale Mono, courier, monospaced;
	font-size: x-small;
	font-weight: bold;
	color: #000099;
}

pre b, code b {
	color: #cc0000;
}

pre i, code i {
	color: #009900;
}

.small_print {
	font-size: xx-small;
}

a.footnote {
	vertical-align: super;
	font-size: xx-small;
}

p.footnote {
	font-size: xx-small;
	text-indent: -20px;
	margin-left: 20px;
}

dt {
	font-weight: bold;  
}

dd {
	margin-bottom: 5px;
}
blockquote {
	border: 1px solid #000000;
	background-color: #cccccc;
	padding: 2px;
	margin: 10px 0px 10px 0px;
}
ol li { margin-bottom: 10px; }.sourceCode {
	font-family: "Courier New", Courier, mono;
	white-space: pre;
}
.codeHighlight {
	font-weight: bold;
	background-color: #FF99CC;
}
