/* StyleSheet Developed by X402 Ltd */

/* Remove area's not required for print */
#header, #validator, #textsize, #menu, #footerArea .footerRight{
	display: none;
}

/* Apply different formatting to area's which are printed */
body {
	background: white;
	font-size: 12pt;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#contentArea a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#wrapper, #contentArea, #footerArea{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
}