h1 {
	background-image: url(../image/hintergrund.jpg);
	font: bold 18 Arial;
	text-align: center;
	color: brown;
}
h5 {
	font: bold 14 Arial;
	text-align: right;
	color: brown;
}
h6 {
	font: bold 14 Arial;
	text-align: left;
	color: brown;
}
body {
	font-size: 12;
	color: black;
	font-family: Arial;
	font-weight: bold;
	background-image: url(../image/hintergrund.jpg);
}

table {
	font-size: 12;
	color: black;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

a {

	color: black;
	text-decoration: none;

}