/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "宋体";
	font-size: 12px;
	color: #ff0000;
	background:#aeb484;
}
a{
	font-family: "宋体";
	font-size: 12px;
	color: #dbded7;
	text-decoration: none;
}
a hover{
	font-family: "宋体";
	font-size: 12px;
	color: #ffc000;
	text-decoration: none;
}
.text1{
	font-family: "宋体";
	font-size: 12px;
	color: #eae5d2;
	line-height: 16px;
}
.text2{
	font-family: "宋体";
	font-size: 12px;
	color: #fde500;
	line-height: 16px;
}
.box{
	border-bottom: 1px solid #FFFF00;
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
}
