/* class noprint will not print */
.noprint {
	display: none;
}
.printonly {
	display: block;
}

/* reverse content to print black on white */
#southwest {
	background: white;
	}
body, p, p.indent, h1, a {
	color:  black;
	}
