@charset "utf-8";
.gray{
	filter:gray;
}
body {
	font-family: "微软雅黑", "宋体", Arial, Harrington, sans-serif;
	font-size: 12px;
	background-color: #4d0507;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #707070;
}
div, p, ul, li, img, table, tr, dl, td, dd {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
a {
	color: #707070;
	text-decoration: none;
}

a:link {
	color: #707070;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #660000;
}
