html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	/*
	for iframe
	*/
	background: transparent;
	/*
	for focus,active
	*/
	outline: 0;
}
body {
	font-size:80%;
	line-height: 1;
	text-align:center;
	}
h1{
	width:90%;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	color:#fff;
	background:#C00;
	margin-left: auto;
	margin-right: auto;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	border:#dddddd solid 1px;
	width:90%;
	line-height: 170%;
	margin-left: auto;
	margin-right: auto;
}
th{
	font-weight:bold;
	border:#dddddd solid 1px;
	vertical-align:middle;
	background-color:#F3F3F3;
	padding:10px;
}
td{
	border:#dddddd solid 1px;
	vertical-align:top;
	background-color:#ffffff;
	padding:10px;
	text-align:left;
}
.p-t-10{
	padding-top:10px;
}
.chui{
	color:#F06;
}