﻿/*默认*/
a:link,a:visited ,a:active {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
.white_a:link,.white_a:visited ,.white_a:active {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.white_a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.gree_a:link,.gree_a:visited ,.gree_a:active {
	font-size: 12px;
	font-weight: normal;
	color: #f3601f;
	text-decoration: none;
}
.gree_a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
