@page {  
	margin: 2cm 1.5cm;  
}
body {
	color: black;
	background: white;
	font-family:"Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
h1 {
	page-break-before: always;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: black;
}  
a:after {
	content: " [" attr(href) "] ";
	text-decoration: none;
}
.printBtn {
	display:none;
}