@media print {
	header {
		display: none !important;
	}

	@page {
		margin: 1.5cm;
	}

	* {
		background: transparent !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	body {
		background: #ffffff !important;
	}

	a {
		color: #000000 !important;
		text-decoration: underline;
	}
}
