

/* recolorise to black and white */
*
{
	background:#fff;
	color:#000;
}


/* don't display stuff that's irrelevant to the printed page */
#skiplinks, #navigation, #footer, #homenav, #getacro
{
	display:none;
}


/* expand abbreviations */
abbr
{
	border:none;
}
abbr:after
{
	content:" (" attr(title) ")";
}



