body, p, h1, h2, h3 {
	font-family: sans-serif;
}

body {
	font-family: sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
	border-width: 0 0 3px 0;
	border-style: none none solid none;
	page-break-before: auto;
}
h3 {
	font-size: 125%;
	margin-left: 24px;
}
h4 {
	font-size: 100%;
	margin-left: 40px;
}
p, ul, dl {
	margin: 6px 0px 6px 40px;
	page-break-inside: avoid;
	font-family: sans-serif;
}

dt {
	font-weight: bold;
}
dd{
	margin: 0px 0px 0px 16px;;
	qpadding: 40px;
}

table {
	margin-left: 100px;
	page-break-inside: avoid;
}

@media print {
	h1, h2, h3 {
		page-break-after: avoid;
	}
	ul, .subsection * {
			page-break-inside: avoid;
	}
	.newpage {
		page-break-before: always;
	}
}

th, td {
	vertical-align: top;
	text-align: left;
}


a {
	text-decoration: none;
	font-weight: bold;
	color: gray;
}
a:hover {
	text-decoration: underline;
}

