@charset "utf-8";
/* CSS Document */
.langselect A { text-decoration: none; color: #8A8A8A; }
.langselect A:hover {
	color: #fcaa00;
	text-decoration: underline;
}
.langselect A.sel {
	color: #fcaa00;
	text-decoration: none;
}

