
.css {
	font-size: 12px;
	color: #333333;
	font-family: "ËÎÌå";
	line-height: 20px;


}
.en {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	text-decoration: none;
}
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
}
a:link {
	text-decoration: none;
	color: #003366;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
input {
	font-family: "ËÎÌå";
	font-size: 9pt;
}
.link_div{ 
over:expression(onmouseover=function(){backgroundcolor="red"});
out:expression(onmouseout=function(){this.style.removeAttribute("backgroundcolor")});
}