/*
These styles are used to
remove the navigation sidebar
and coloured background when
only printing a page.
*/

body
{
	color: black;
	background: white;
}

div.navigation
{
	display: none;
}

div.container
{
	margin-left: 0px;
}
