/* @override http://localhost/css/gui/print.css */

.displayNone,
#header,
.accessibility,
#breadcrumbs,
#nav_container,
#footerLinks,
#pdg
{
	display: none;
}

hr.displayNone,
.printOnly {
	display: block;
	/*HR's are nice when printing, so show them*/
}

a, a:visited {
	color: black;
}
