body {
	text-align:center;
	font-size:12px;
	color: #777777;
}

a:link {color: #777777}     /* 未被访问的链接 红色 */
a:visited {color: #777777}  /* 已被访问过的链接 绿色 */
a:hover {color: #ec7a00}   /* 鼠标悬浮在上的链接 橙色 */
a:active {color: #777777}   /* 鼠标点中激活链接 蓝色 */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.title {
	line-height: 25px;
}
.table01 {
	height:392px;
}
.table02 {
	line-height: 25px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.table03 {
	text-align: center;
}
