.font1 {
	font-family: "Arial";
	font-size: 12px;
	color: #303030;
	text-decoration: none;
}


.title2 {
	font-family: "Arial";
	font-size: 12px;
	color: #D41920;
	text-decoration: none;
}

.title {
	font-family: Arial;
	font-size: 14px;
	color: #303030;
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
}

A:link {color:#303030} /* 未被访问的链接 黑色 */ 

a:hover {
	font-family: "Arial";
	font-size: 12px;
	color: #D41920;
	text-decoration: none;
}
a:active {
	font-family: "Arial";
	font-size: 12px;
	color: #303030;
	text-decoration: none;
}
a:visited {
	font-family: "Arial";
	font-size: 12px;
	color: #303030;
	text-decoration: none;
	
}/* 已被访问过的链接  */ 

A{text-decoration:none;} /* 去掉链接的下划线
