.red {
	font-family: "宋体";
	font-size: 12px;
	line-height: 21px;
	color: #7D3C00;
	text-decoration: none;
	font-weight: bold;
}
.black {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #000000;
	text-decoration: none;
}
.yellow {
	font-family: "宋体";
	font-size: 12px;
	line-height: 21px;
	color: #C45E02;
	text-decoration: none;
	font-weight: bold;
}
a.black:hover {
	color: #FF6600;
}
a.yellow:hover {
	text-decoration: underline;
}
a.red:hover {
	color: #FF6600;
}
.brown {
	font-family: "宋体";
	font-size: 12px;
	line-height: 23px;
	color: #754600;
	text-decoration: none;
}
.title {
	font-family: "宋体";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
