.t {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
a:link {
	font-family: "新細明體";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "新細明體";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: "新細明體";
	font-size: 12px;
	font-weight: normal;
	color: #950D35;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
    font-family: "新細明體";
	font-size: 12px;
	color: #950D35;
}