@media print {
	/* Sitewide Styling */
	body {
		font-size: 10pt;
		line-height: 1.5;
	}

	p {
		margin-bottom: 1em;
	}

	h1 {
		font-size: 18pt !important;
	}

	h2,
	h3 {
		font-size: 16pt !important;
	}

	h4,
	h5 {
		font-size: 14pt !important;
	}

	h6 {
		font-size: 12pt !important;
	}

	a[href]:after,
	a[href]:before {
		content: "";
	}
}