/*

// koenige.org
// (c) Gustaf Mossakowski <gustaf@koenige.org>, 2010
// CSS for Print

*/

html, body	{ background: #FFF; }
body		{ font-size: 11pt; }

#menu		{ display: none; }
#nav		{ display: none; }

a[href^=http]:after { content: " [" attr(href) "] "; }

a			{ text-decoration: none; color: black; }
a:link, a:visited
			{ color: black; }

#logout		{ display: none; }
#text		{ max-width: none; }

