.內文 {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 22px;
	color: #CCCCCC;
}
.標題 {
	font-family: "新細明體";
	font-size: 15px;
	color: #FFFF00;
	font-weight: bold;
}
a:hover {
	font-family: "新細明體";
	font-size: 12px;
	color: #FFFF00;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}


a:visited {
	font-family: "新細明體";
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	font-family: "新細明體";
	font-size: 12px;
	color: #FF9900;
}

