/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link	{
	color: black;
	text-decoration: none;
	}
	
a:hover	{
	color: red;
	text-decoration: underline;
	}
	
a:visited	{
	color: red;
	text-decoration: none;
	}


.tabelle	{
	width: 720px;
	align: center;
	border: 0px;
	}

.text	{
	padding: 10px;
	}