body, p {
	font-family: sans-serif;
	font-size: 10pt;
	color: #202020;
}

body {
	width: 800px;
	margin: 0 auto;
}

p {
	margin: .5em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: serif;
	font-weight: bold;
	color: #404040;
	margin: 1.5em 0 .5em 0;
}

h1 {
	font-size: 18pt;
	border-bottom: #404040 2px solid;
	border-left: #404040 15px solid;
	padding-left: .5em;
	margin: 0 0 .5em 0;
}

h2 {
	font-size: 16pt;
	border-left: #336699 15px solid;
	padding-left: .5em;
}

h3 {
	font-size: 13pt;
}

h4 {
	font-size: 11pt;
	font-weight: normal;
}

h5 {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}

pre {
	font-size: 9pt;
	color: #606060;
	background-color: #f0f0f0;
	border: #e0e0e0 1px solid;
	margin: 0;
	padding: .2em;
}

code {
	color: #606060;
	background-color: #f0f0f0;
	padding: 0 .2em;
}