@charset "utf-8";
/* printer friendly styles with white background, black text. */
body {
	background-color: #fff;
	background-image: none;
	border-color: #000;
	color: #000;
}
