a {
	color: black;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.lang_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: blue;
}
.lang_border {
	border: 1px dashed blue;
	padding: 6;
}

