	/* make all fonts black on print outs */
	* {
		color:#000;
		background: #ffffff;
	}
	
	.veryTopMenu,
	.mainHeader,
	.credits,
	.mainProductMenu,
	.mainFooter {
		display: none;
	}
	
	.mainContent,
	.mainColumnTwo {
		float: none;
		width: auto;
	}
	.mainContent {
		width: 90%;
	}