/* HIDE 
-------------------------------------------------------------- */
* {
	background: #FFF !important;
	color: #000 !important;
	text-shadow: none !important;
}
@page {
margin: 0.5cm;
}
header, nav, #sidebar, footer {
	display: none !important;
}
body {
	font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #000;
}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	background: #FFF;
}
p {
	orphans: 3;
	widows: 3;
}
blockquote {
	border-color: #999;
	page-break-inside: avoid;
}
a {
	color: #00c;
	font-weight: bold;
	text-decoration: underline;
}
article p a:after, article li a:after {
	content: " (" attr(href) ") ";
	word-wrap: break-word;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	page-break-after: avoid;
	orphans: 3;
	widows: 3;
}
h1 {
	font-size: 250%;
}
h2 {
	font-size: 175%;
}
h3 {
	font-size: 135%;
}
img {
	max-width: 500px;
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
