/* ====================
     万禾小强hoho
==================== */
/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body, img, iframe {
	border: none;
}
body {
	font-family: '微软雅黑', Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #666;
	font-size:12px;
}
a {
	text-decoration: none;
	cursor:pointer;
	color:#666;
}
input {
	outline: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
img{ margin:0; border:none; zoom:1; }
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

