/* Print Styles */

html {
	width: 100%;
}
body {
	background: white;
	border: 0;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: underline;
}
#heading, #header, #sub-content, .whitelinks, #navigations, #tabcontentcontainer, #footer {
	display: none;
}

