#navigation, #footer ul {
	display: none;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

h1 a:link:after, h1 a:visited:after, h1 a {
	content: "";
	text-decoration: none;
	color: black;
}