.title {
	font-size: 18px;
	color: #F66;
	line-height: 30px;
	letter-spacing: 3.0px;
	font-weight: bold;
	font-family: "微軟正黑體";
}

.text{
	font-size: 14px;
	color: #666;	
}

.normal1 {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

a.link, a.visited {
	font-size: 12px;
	color: #F66;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: underline;
	color: #F36;
}

.main {
}
.main table tr td {
	color: #666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.main table tr td a {
	color: #F66;
	font-size: 12px;
	text-decoration: none;
}

.main table tr td a:hover{
	color: #F30;
	font-size: 12px;
	text-decoration: underline;
}

.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
