/************************ global ************************/

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote, th, td {
	padding:0;
	margin:0;
}
address, caption, cite, code, dfn, th, var {
	font-weight:normal;
	font-style:normal;
}

fieldset, img, abbr, acronym { border:0; }
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol, ul { list-style:none; }
q:before, q:after { content:''; }
body {
	line-height: 1.8em;
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, ËÎÌå;
	background:#fff;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#f30;
	text-decoration:underline;
}

