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