body, #wrapper {
   background: #FFF;
   color: #000;
   font-size: 12pt;
}
body {
	margin:0;
	border:none;
}

/* hide all elements that should not be printed */

#menu, #header {
	display: none;
}

#wrapper, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: none;
	float: none !important;
	color: #000;
	background: transparent none;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}