@charset "UTF-8";
.Haupttext {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	color: #999999;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	width: 500px;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	color: #669900;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	color: #669900;
	text-decoration: none;
	font-size: x-small;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	color: #669900;
	text-decoration: blink;
	font-size: x-small;
}
.Impressum {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	color: #669900;
	width: 500px;
}

