// html { background: Snow;}

h1, h2, h3 { font-family: Verdana, Helvetica, Sans-serif; }
h1 {
	font-size: 18pt;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	//counter-reset: section;
}
h2 {
	font-size: 15pt;
	//counter-reset: subsection;
}
h3 { font-size: 12pt; }
h2:before {
	//content: counter(section) " ";
	//counter-increment: section;
}
h3:before {
	//content: counter(section) "." counter(subsection) " ";
	//counter-increment: subsection;
}

body {
	margin-left: 5%; margin-right: 5%;
	margin-top: 0px; margin-bottom: 3%;
	//text-align: justify;
	font-family: Georgia, Times, Serif;
	font-size: 12pt;
	color: #330000;
	background: #EEE9BF;
}

pre, code {
	font-family: Andale Mono, Courier, Monospace;
	font-size: 10pt;
}
pre { margin-left: 1em; }

table {
	//width: 100%;
	border-color: #CCCC99;
	//border-style: dashed;
}
