@charset "utf-8";
.tt {
	font-size: 18px;
	color: #FF0033;
	font-family: "微軟正黑體";
}
.tt2 {
	font-size: 20px;
	color: #FFFFFF;
	font-family: "微軟正黑體";
	font-weight: bold;
}
.tt3 {
	font-size: 22px;
	color: #FF0066;
	font-family: "微軟正黑體";
	font-weight: bold;
}
.image {
	background-color: #FFFFFF;
	padding: 5px;
}
a:link {
	color: #0033FF;
	text-decoration: none;
	line-height: 30px;
}
a:hover {
	color: #FF0033;
	text-decoration: underline;
}
