.bold { font-weight:bold; }
.boldBlue, .boldBlue a { font-weight:bold;color:#00f; }
.boldRed { font-weight:bold;color:#f00; }

.run {
	width: 50%;
	margin-right: 10%;
	margin-left: 10%;
	float: left;
}
.new {
	color: #FF0;
	font-family: "微軟正黑體";
	font-size: 12pt;
	font-weight: bold;
}
.link a {
	color: #666;
	text-decoration: none;
	font-family: "微軟正黑體";
	font-size: 1em;
}
.title {
	float: left;
	width: 25%;
	font-size: 0.9em;
	color: #FFF;
	text-align: center;
	height: 64px;
	padding: 0px;
	line-height: 26px;
	text-decoration: none;
	font-family:  serif, "微軟正黑體";
	font-weight: bold;
}
.title a:hover {
	color: #FF0;
	text-decoration: none;
}
