body {
	background-image: url(hintergrund.jpg);
	background-repeat: repeat-y;
}

body, td, th {
	color: #000000;
}

body {
  font-family: Arial, Helvetica, sans-serif; font-size: x-small;
}

td {
	font-family: Arial, Helvetica, sans-serif; font-size: x-small;
}

th {
	font-family: Arial, Helvetica, sans-serif; font-size: x-small;
}

 a:link {
	text-decoration:underline;
	color:#000000;

}
 a:visited {
	color:#333333;
	font-style: italic;
}
 a:hover {
	font-weight:normal;
	color:#FFFFFF;



}
 a:active {
	font-weight:normal;
	color: #FFFFFF;
}

