.font {
	font-family: "細明體", "Times New Roman";
	font-size: x-small;
	color: #333333;

}
h1 {
	font-family: "細明體", "Times New Roman";
	font-size: small;
	font-style: normal;
	color: #336699;

}
a:link {
	font-family: "細明體", "Arial";
	font-size: x-small;
	color: #336699;
	text-decoration: none;

}
a:visited {
	font-family: "細明體", "Arial";
	font-size: x-small;
	color: #000000;
	text-decoration: none;

}
a:hover {
	font-family: "細明體", "Arial";
	font-size: x-small;
	color: #FF9900;
	text-decoration: underline;

}
p {
	font-family: "細明體", "Times New Roman";
	font-size: x-small;
	color: #666666;
}
