<style type="text/css">

a {  
	text-decoration: none;
	color: green;
}
a:link {
	color: green;
	text-decoration: none;
}
a:visited {
	color: green;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: blue;
}
.title_txt {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight: bold;
	color: green;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;

}
.remark_txt {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: red;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;

}
.header_txt_eng {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	color: blue;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;

}
.header_txt_chi {
	font-family: "·s²Ó©úÅé", "taipei", "Arial";
	font-size: 16px;
	color: blue;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;

}
.subtitle {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;

}
</style>

