* {
	color: #000 !important;
}
html, body, .notice {
	background-color: #fff;
}
header, nav, footer {
	display: none;
}
.content, .notice, .quickLinks, .footer {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}
p, li {
	font-size: 11pt !important;
}
/* display link when printing */
a:after {
	content: " (" attr(href) ")" ;
}