/*

* Filename(文件名): reset.css
* Description(描述): reset Css
* Version(版本): 1.0.0(2009-04-01)
* Author(作者): newcoffee

*/
body,dl,dt,dd,ul,ol,li,h1,h2,h3,form,fieldset,legend,input,p,em {
margin:0;
padding:0;
}
body {
font-size:12px;
text-align:left;
color:#555555;
background:url(../images/index_bg.jpg) repeat-x;
background-color:#ffffff;

}
a:link, a:visited {
text-decoration:none;
color:#555555;
}
a:hover, a:active {
text-decoration:none;
color:#666666;
}
h1,h2,h3 {
font-size:14px;
}
select { 
font-size:12px;
}
fieldset,img {
border:none;
}
legend {
display:none;
}
li {
list-style:none;
}
input,select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
q:before,q:after {
content:'';
}