@charset "utf-8";
/* CSS Document */
li{list-style-type:none;}
body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
body,td,th {
    font-size: 18px;
    font-family: 微软雅黑, 宋体, Verdana, Arial;
	color: #333333;
}
a:link {
	color: #333333;/*动态链接色*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;/*链接色*/
}
a:hover {
	text-decoration: none;
	color: #000000;/*移上色*/
}
a:active {
	text-decoration: none;
	color: #FF9900;/*点击色*/
}
/* CSS Document */