body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	background: Black;
}

table {
	border-left-style: none;
	border-top-style: none;
	text-align: center;
	vertical-align: baseline;
	background-color: #555500;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	font-style: normal;
	color: White;
	font-size: 10px;
}
	
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	font-style: normal;
	color: #FF9900;
	font-size: 10px;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	background-color: #FF9900;
	color: #FF0000;
	font-size: 10px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: blink; 
	background-color: #FF9900;
	font-style: normal;
	color: #000000;
	font-size: 10px;
}


.ueberschrift {
	font-size: 24px;
	font-style: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	vertical-align: middle;
	height: 50px;


}

