@charset "utf-8";
/* CSS Document */
.text-language{
	font-family:tahoma;
	font-size:12px;
	color:#009900;
	font-weight:bold;
	text-decoration:none
}
.text-language:hover{
	font-family:tahoma;
	font-size:12px;
	color:#FF9933;
	font-weight:bold;
	text-decoration:underline
}

