.topup{
	height: auto;
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	background-color: #E2F5FC;
	border: 1px solid #999999;
	font-family: "宋体";
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	letter-spacing: 1px;
}

.topup a:link {
	color: #000000;
	text-decoration: none;
}
/*已访问过的链接*/
.topup a:visited {
	text-decoration: none;
	color: #000000;
}
/*鼠标经过时的链接*/
.topup a:hover {
	text-decoration: underline;
	color: #CC0000;
}
/*活动链接（鼠标点击瞬间时）*/
.topup a:active {
	text-decoration: underline;
	color: #CC0000;
}
