/* This just hides the page's content so that it effectively can't be printed */
*, html, body {
	padding:0;
	margin:0;
	display:none;
	font-size:1px;
	line-height:0.1px;
	color:white;
	background-color:white
}