<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BEGIN wpcp_print_page_preventer_script */
		@media print {
			body * { display: none !important;}
			body:after {
				content: "You are not allowed to print this page!"; }
			}
/* END wpcp_print_page_preventer_script */

</pre></body></html>