.style {
	font-size: 12px;
	line-height: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
}
.style:LINK{
	font-size: 12px;
	line-height: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
.style:VISITED{
	font-size: 12px;
	line-height: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
.style:HOVER{
	font-size: 12px;
	line-height: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:none;（鼠标放上去无下划线）
}
.red {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	line-height: 25px;
}
.txt13 {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 25px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	line-height: 25px;
}

