.noprint {
display:none;
}
#a4page {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* css to make links more usefully displayed where supported */
a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
content: " <" attr(href) "> ";
color: grey;
font-style: italic;
font-weight: normal;
}

a[href^="/"]:after {
content: " <"attr(href)"> ";
}

a[href^="mailto"]:after {
content: "";
}

#header,
#footer
{
	display: none;
}

/*	Volunteer print	*/
#content
{
	background-image: none;
}

.column input[type="text"],
.column textarea
{
	border: none;
	font-weight: 90;
}

#column2
{
	page-break-before: always;
}
