body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-color: #FFF;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0.25em 0 0.25em;
	page-break-after: avoid;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.25em 0 0.25em;
	page-break-after:avoid;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1ex;
	white-space: nowrap;
	page-break-after: avoid;
}
p {
	margin: 1ex 0;
}


a,  a:active{
	color:#03F;
	cursor:pointer;
	text-decoration:none;
}

a:visited{
	color:#0079b8;
}

a:hover{
	color:#FF0000;
}

.highlighted { color: #F00; }
