@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CC9900;
}
.Stil1 {
	color: #333333;
	font-family: Tahoma;
}
.Stil2 {
	color: #333333;
	font-family: Tahoma;
	font-size: small;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #6B7E08;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}