/* CSS Document */

<style type="text/css">

a:visited {
	color: #FF00FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF00FF;
}
a:active {
	color: #FF00FF;
	text-decoration: none;
}
a:link {
	color: #FF00FF;
	text-decoration: none;
}
a:visited {
	color: #FF00FF;
	text-decoration: none;
}

body,td,th {
	color: #000000;
}
body {
	background-image: url(Bilder/rauhfaser.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}
.text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#FF00CC;
	
}
.Stil1 {font-size: 18px}
.Stil2 {font-size: 12px;
background-color:#FAFAFA;}
.Stil3 {font-size: 24px}

</style>