@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #999999;
	text-decoration: blink;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a img {
   border:4px solid #ffffff;
}
a:hover img {
	border:4px solid #CCCCCC;
}
a.gewonelink {
   font-weight:normal;
   text-decoration:underline;
}

