body {
	background: white;
}

p.navigation { text-align: center; }
div.picture { margin: 0 }

span.previous, span.up, span.next { padding: 1.5em }

a { font-family: 'monotype.com','andale mono', Monaco, 'Courier New', Courier, monospace; }
a img { border: 0; }
/* aha, visited vor hover sonst statisch! */
a:link {
	color: #666; /*otherwise browser default */
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: white;
	background: black;
	text-decoration: none;
}
