.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: "";
}
