@charset "utf-8";
a:link {
	text-decoration: none;
	color: #CC3300;
}

a:visited {
	text-decoration: none;
	color: #CC3300;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	color: #CC3300;
}

body {
	background-color: #FFFFCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

li {
	font-family: "宋体";
	font-size: 15px;
	color: #000000;
	list-style-type:square;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 30px;
	padding-right: 20px;
}

.heading {
	font-family: "宋体";
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.langActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
}

.normal {
	font-family: "宋体";
	font-size: 15px;
	color: #000000;
}
