/* allgemeiner Text auf allen Seiten */
	body	   {
	color: #ffffff;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #000;
	text-align: center;
	margin: 0px
}
	td	 {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	text-align: left
}

/* Aussehen von Links */
	a:link		 { color: #6495ed; text-decoration: none }
	a:visited		 { color: #6495ed; text-decoration: none }
	a:hover		 { color: #6495ed; text-decoration: underline }
	a:active		 { color: #6495ed; text-decoration: none }
.subline {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: center;
}

