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

/*Hover-Klassen*/
a {
	color:#36C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
