@charset "utf-8";
/* CSS Document */

*{ 
	padding:0px; 
	margin:0px;}
body{
	margin:0px auto;}
body,td,th,div,input,ul,li,span{
	font-family: "宋体";
	font-size: 12px;
	color: #333333;}
p{
	line-height:150%;}
a:link {
	color:black;
	text-decoration: none;}
a:visited {
color:black;
	text-decoration: none;}
a:hover {
	color:black;}
a:active {
	text-decoration: none;}
h1{
	color:#000000;
	line-height:150%;
	font-size:24px;}
li{ 
	list-style:none;
	word-break: keep-all; 
	white-space: nowrap;}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;
overflow: auto;}