@page :left {
	margin: 0.5cm;
}
@page :right {
	margin: 0.8cm;
}
* {
	background-color: #FFF !important;
	background-image: none !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
body {
	font: 12pt Georgia, serif;
	line-height: 1.3;
}
nav,
footer,
video,
audio,
object,
embed {
	display: none;
}
p a {
	word-wrap: break-word;
}
a,
a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: ' [' attr(href) ']';
	font-size: 80%;
}
abbr[title]:after {
	content: ' [' attr(title) ']';
	font-size: 80%;
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
	content: '';
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 14pt;
	margin-top: 20px;
}
aside h2 {
	font-size: 18pt;
}
thead {
	display: table-header-group;
}
tr,
img {
	page-break-inside: avoid;
}
img {
	max-width: 500px !important;
}
h1,
h2,
h3,
h4 {
	page-break-after: avoid;
}