@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: 宋体;
	font-size: 12px;
	color: #fff5d9;
}

body {
	background-color: #333333;
	background-image: url(images/lg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: 宋体;
	font-size: 12px;
	color: e9dcb5;
}
a:link {
	text-decoration: none;
	color: #e9dcb5;
}
a:visited {
	text-decoration: none;
	color: #e9dcb5;
}
a:hover {
	text-decoration: none;
	color: #fff5e9;
}
a:active {
	text-decoration: none;
	color: #e9dcb5;
}

