@media print {
	h2 {
		font-size: 40px !important;
	}
	
	p {
		font-size: 30px !important;
	}
	
	a {
		font-size: 20px !important;
	}
}