body {
	margin: 0px;
	padding: 0px;
	background-color: #393939;
	letter-spacing: 2px;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}
.top_link {
	font-size: 90%;
}
.top_link a {
	color: #FFF;
	text-decoration: none;
}
.top_link a:hover {
	color: #E60012;
}
.title_word {
	color: #FFF;
}
.title_num {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.title_word2 {
	line-height: 180%;
	font-size: 115%;
	letter-spacing: 3px;
	font-family: "微軟正黑體", Arial;
	font-weight: bold;
}
.title_blue {
	color: #004DA9;
}

.content {
	font-size: 95%;
	line-height: 170%;
	color: #313131;
}

.content a {
	color: #004DA9;
	text-decoration: none;
}
.content a:hover {
	color: #E60012;
}
.footer {
	color: #FFF;
	font-size: 90%;
	line-height: 180%;
}
