@media print { 
 /* All your print styles go here */
 
 	.print-only {
		display:block;
		}
	
	body {
		font-family: "Sharp Sans Light", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
		font-size: 16px !important;
		line-height: 24px !important;
		font-weight: 300 !important;
		color: #5e6771 !important; 
		text-align:center !important;
		background: #fff;
	}

	a {
		text-decoration: none !important;
		color: #5e6771 !important; 
	}

	img {
		max-width: 70% !important;
		height: auto !important;
	}

	header, footer {
		display: none !important;
	}

	 .no-print {
	 	display: none !important;
	 }

}