@charset "gb2312";
a:link {
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #000000;
	line-height: normal;
}

a:visited {
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	background-position: bottom;
}
h2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: 800;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}