body {
	background-image : url(grund.gif); 
}
table {
	background-color : #F0FFFF;
	border:1pt solid #000000;
	margin: 3pt;
}
td {
	font : 10pt Arial, Helvetica, sans-serif;
	border:1pt solid #ffffef; 
}
tr.tableheadline {
	background-color : #3CB371;
	color : #F0F8FF; 
}
a {
	text-decoration: none;
	color: blue;
	font : 10pt Arial, Helvetica, sans-serif; 
}
a:hover {
	text-decoration: underline;
	color: red; 
}
.back {	
	background-color:#F0F8FF;
	color: #333333;
	font-size: 9pt;
	font-weight: bold;
	border: 1 ridge #000000;
	font-family: Arial, Helvetica, sans-serif;
}
