@charset "utf-8";
/* CSS Document */
* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-size: 12px;
	font-family: '宋体' ,Arial, Helvetica, Garuda, sans-serif;
	text-align:center;
	background-color:#fff;
}

h1, h2, h3, h4, h5, h6, em, strong, pre, code {
	margin:  20px 0; 
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

table {
	font-size: inherit;
	font: 100%;
}

ul {
	list-style: none;
}

p {
	margin: 1em 0;
}


