@charset "utf-8";
.Linkcontact:link {
	text-decoration: none;
	color: #000000;
}

.Linkcontact:visited {
	text-decoration: none;
	color: #000000;
}

.Linkcontact:active {
	text-decoration: none;
	color: #000000;
}

.Linkcontact:hover {
	text-decoration: none;
	color: #CCFF33;
