body{
	margin: 2em 2em 2em 70px;
	font-family: arial, verdana, helvetica, swiss, sans-serif;
	color: #000000;
	background: #FFFFFF;
}
h1{
	font-weight: bold;
	font-size: 180%;
	font-variant: small-caps
}
h2{
	font-weight: normal;
	font-size: 160%;
}
h3{
	font-weight: normal;
	font-size: 140%;
}
h1, h2, h3{
	margin: .8em 0 0 0;
	color: #000066;
	background: transparent;
	stress: 20;
	richness: 90;
	pause: 10%;
}
p, div{
		font-size: 100%;
		margin: 0 0 .8em 1.5em;
		text-align: left;
		padding: 0;
	}
li{
		font-size: 100%;
		margin: 0 0 0 1.5em;
		text-align: left;
		padding: 0;
	}
ol{
	background: transparent;
	margin: 0 0 .8em 1.5em;
}
del, del li{
	color: red;
	text-decoration: line-through;
}
ins{
	color: green;
	text-decoration: underline;
}
th{
	text-align: left;
}
address{
	text-align: right;
	font-style: normal;
}
body, h1, h2, h3, h4, h5, h6, p, div, li, address{
	line-height: 125%;
}
hr{
	clear: both;
	height: 1px;
	color: #000066;
}
code, kbd{
	font-family: 'courier new', monospace;
	font-size: 80%;
}
a img{
	border: 0;
	width: 76px;
	height: 32px;
	float: right;
}
:link{
	color: #0000FF;
	background: transparent;
}
:visited{
	color: #800080;
	background: transparent;
}
a:active, a:hover{
	color: #000066;
	background: transparent;
}
.doctitle{
	font-style: italic;
}
.codeBlock{
	border: 2px solid #000066;
	padding: 0 0.25em 0.25em;
}
@media print{
	body{
		margin: 0;
	}
	h2{
		page-break-before: always;
	}
	.codeBlock{
		page-break-inside: avoid !important;
	}
}
