/**
 * DevEiate - Resume Print Stylesheet
 * $Id$
 *
 * Michael Granger <ged@FaerieMUD.org>
 *
 */

/* Turn off the page background */
html {
	background: white;
	color: #333;
}

/* Make the header print without the box */
body > header {
	color: black;
	background: inherit;
	padding: 2px 0;
}

