 a:link { color:#990000; text-decoration:none; font-weight:bold;}
 a:visited { color:#CC3300; text-decoration:none; font-weight:bold;}
 a:hover { color:#993300; text-decoration:none; font-weight:bold; }
 a:active { color:#993300; text-decoration:none; font-weight:bold; }

 body {
 	background:transparent; 
 	font-family: sans-serif;
 	font-size: 0.8em;
 	color: #8b4513;
 }

input[type=text],textarea {
	width: 100%;
}
.eintrag {
	border: 1px solid black;
	margin: 1em;
	padding: 1em;
	width: 70%;
}
.eintrag em {
	font-weight: bold;
}
.eintrag h3 {
	font-size: 0.8em;
}
