h1, h2, h3, h4, p { color: #000; }
body {
    color: #000;
    margin: 1em;
	background-color: #fff;
}
a {
    color: #000;
    text-decoration: none;
}
.dontPrint, .controlBlock {
	display: none;
}
#SilverStripeNavigator, #SilverStripeNavigatorMessage {
	display: none;
}
#ContentMain {
	width: 100%;
}
#Header, #Footer, #ContentAdditional {
	display: none;
}
#FooterForPrint {
	font-size: 0.9em;
	padding-top: 2em;
}
#FooterForPrint * {
	color: #999;
}
#ContentHeader {
	padding-bottom: 1em;
}
.dontScreen {
	display: block;
}