	html {
		width: 100%;
		margin: 36px; }
	
	body {
		background: white;
		font-size: 12pt; }
	
	#header, #sidebar, #footer {
		display: none; }

	a {
		color: #f06;
		background: transparent;
		text-decoration: underline; }
		
	a:after {
		content: " (" attr(href) ") ";
		font-size: 90%; }