@charset "utf-8";
/* CSS Document */
/* reset */
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img {border:0;}

/* layout */
body {
	font:normal 0.8em SimSun;
	color:#333;
	line-height:1.5em;
	letter-spacing:1px;
}
h1,h2{
	color:#900;
	font:1.4em SimHei;
	padding:15px 0 15px 0;
}
h3{
	color:#900;
	font:bold 1em SimSun;
	padding:0;
	margin-bottom:6px;margin-left:10px;margin-top:15px
}
p {margin-bottom:6px;margin-left:10px}
li {margin-bottom:6px}
ol {margin-top:0}
a {}

.tabular {margin-left:10px}
.tabular th {background-color:#f6f6f6}
.tabular td,.tabular th {border:1px solid #ccc;padding:3px 10px}

