@media print {
	* {
		background-color: transparent !important;
		background-image: none !important;
		color: black !important;
	}
}