@charset "utf-8";
/* It is common to set printer friendly styles such as a white background with black text. */
body {
	background-color: #FFFFFF;
	background-image: none;
	border-color: #fff; 
	color: #000;
}

img {display: none;}

#navcontainer, #footer, #subheader {display: none;}

#header {border: none;}

