@charset "big5";
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #060;
	text-decoration: underline;
}
h1 {
	font-family: "細明體";
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
}
h2 {
	font-family: "細明體";
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
h3 {
	font-family: "細明體";
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: normal;
}
h5 {
	font-family: "細明體";
	font-size: 0.8em;
	color: #333;
}
a:active {
	text-decoration: none;
}
#h2pink {
	color: #F0F;
}
