@charset "utf-8";
.enfont {
	font-family: "Arial";
	font-size: 12px;
}
a:link {
	font-family: "Arial";
	font-size: 12px;
	color: #0066B3;
	text-decoration: none;
}
a:visited {
	font-family: "Arial";
	font-size: 12px;
	color: #0066B3;
	text-decoration: none;
}
a:hover {
	font-family: "Arial";
	font-size: 12px;
	color: #1A9DFF;
	text-decoration: none;
}

