/*

print styles

*/

body {
	background: white;
	}
	
#primary	  {
  	background: white;
  	}
	
#header, #menu, #footer, .noprint {
	display: none;
	}
	
	

