/*Reset Style*/
body {
	margin:0;
	padding:0;
	line-height: 1.4em;
	word-spacing:1px;
	letter-spacing:0.2px;
	font: 13px Arial, Helvetica,"Lucida Grande", serif;
	background: white; 
}
/*Remove Elements*/
.navbar, .titelbild, .related-articles, .footer {
	display:none;
}
a:link, 
a:visited { 
	color: #520; 
	background: transparent; 
	font-weight: bold; 
	text-decoration: underline; 
}