@charset "utf-8";
/* CSS Document */
table,td,th
{
	border: 2px solid black;
	width: 90%;
	height: auto;
	margin: 0px auto;
	color: #E3161A;
	vertical-align: text-top;
	table-layout: fixed;
	line-height: 30px;
	text-align: center;
}
tr td div {
	text-align: left;
	color: #E8E0E0;
	width: 80%;
}
body {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
div {
	width: 100%;
	vertical-align: middle;
}
a:link {color:#EDEDED;}   /* 未被访问的链接 */
a:visited {color:#EEEE00;} /* 已被访问的链接 */
a:hover {
	color: #F9D309;
	font-size: 24px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}   /* 鼠标指针移动到链接上 */
 
