body {
	background-color: #FFCC66;
	color: #330000;
	font-family: trebuchet MS, verdana;
	font-size: 14;
}

.nobr {
	white-space: nowrap;
}

h1 {
	color: #990000;
	font-family: trebuchet MS, verdana;
	font-size: 16;
	margin-bottom: 0em;
	margin-top: 0em;
}

h2 {
	color: #330000;
	font-family: trebuchet MS, verdana;
	font-size: 14;
}

table {
	font-size: 14;
}

p.emphasis {
	color: #990000;
}

p.boiler {
	text-align: right;
	margin-bottom: 0em;
}

p.quote {
	font-style: italic;
}

a:link {
	color: #330000;
}
a:visited {
	color: #330000;
	/* color: #cc0033; */
}


