/* print-stylesheet */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: nonw !important;

	}
	.nav
		{
		display: none;
	}



}