header img, article#about aside, footer div {
	display: none;
}

a {
	color: #000;
}

article#about a:after, footer a:after {
	content: " [" attr(href) "]";
}

article#about section img {
	float: right;
	width: 7cm; height: 7cm;
	margin: 0 0 1cm 1cm;
}

article {
	display: block;
	clear: both;
	border-bottom: .1em solid #666;
	padding-bottom: 1em;
}


