/* Print Styles */
@media print {
	body { 
		background:white; color:black; margin:0;
	}
	
}

