/* CSS Document */
body {
	width:100%;
	background: #fff;
	font: "Times New Roman", Times, serif;
	font-size:12pt;
	margin:0 10%;
	}
#wrapper {
	width:75%;	
	heiht:100%;
	}
div#nav {
	display:none;
	}
body a:link, body a:visited {
	text-decoration:none;
	font-weight:bold;
	font-style:oblique;
	}
body a:link:after, body a:visited:after {
content: " (" attr(href) ") ";
font-weight: normal;
font-size: 80%
}
#hausen_nav {
	display:none;
	}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}


#sidebar {
	display:none;
	}
#footer {
	display:none;
	}
div#fontsize {
	display:none;
	}


 *[title]:after {
 content:" ("attr(title)")";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
} 
 h1[id]:after, h2[id]:after, ... {
 content:" [#"attr(id)"]";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
} 
