@charset "utf-8";
/* CSS Document */
/*字体样式*/
/*无连接*/
.font_14_000{
	font-size:14px;
	color:#000;
	font-weight:bold;
}
.font_14_fff{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.font_12_62AE0D{
	font-size:12px;
	color:#62AE0D;
}

/*连接*/
/*灰色*/
a:link{
	color:#333;
	font-size:12px;
	text-decoration:none;
	height:20px;
	line-height:20px;
}
a:hover{
	color:#333;
	font-size:12px;
	text-decoration:underline;
		height:20px;
	line-height:20px;
}
/*绿色*/
a.font_12_62AE0D_a:link{
	font-size:12px;
	color:#62AE0D;
	text-decoration:none;
}
a.font_12_62AE0D_a:hover{
	font-size:12px;
	color:#62AE0D;
	text-decoration:underline;
}
<!---->



<!---->
a.font_12_333_a:link{
	color:#333;
	font-size:12px;
	text-decoration:none;
}
a.font_12_333_a:visited{
	color:#333;
	font-size:12px;
	text-decoration:none;
}
a.font_12_333_a:hover{
	color:#333;
	font-size:12px;
	text-decoration:underline;
}

<!--白-->
a.font_12_fff_a:link{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
a.font_12_fff_a:visited{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
a.font_12_fff_a:hover{
	color:#fff;
	font-size:12px;
	text-decoration:underline;
}
