a:active {
	color: black;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
h1 {
	color: #5F3D2C;
	font-size: 18pt;
}
h2 {
	color: #5f3d2c;
	font-size: 16pt;
}
h3 {
	color: #5f2d2c;
	font-size: 14pt;
}

body {
	background-color: #EEEE73;
	color: #000000;
	text-align: justify;
	font-size: 10pt;
	line-height: 1.2;
	height: 100%;
	max-height: 100%;
	padding: 0;
	border: 0;
	overflow: auto;
	font: "Helvetica Black",Arial,sans-serif;
	margin-left: 0.25in;
	width: 10in;
}

span.warning {
	font-weight: bolder;
	color: #FF261E;
}
