a:link {
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	font-family: "新細明體", "微軟正黑體", "細明體";
}
a:visited {
	font-family: "新細明體", "微軟正黑體", "細明體";
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: "新細明體", "微軟正黑體", "細明體";
	font-size: 12px;
	font-weight: bolder;
	color: #F90;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}
