.Family {
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a:link {
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #336600;
	text-decoration: none;
}
a:visited {
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #336600;
	text-decoration: none;
}
a:hover {
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #333333;
	text-decoration: none;
}

