/* CSS Document */

/* =reset
   作者：黎俊聪-http://www.ixbay.com
   请随意查看，学习，但不要剽窃、
   
   描述：这个基本的样式为网站提供基本的样式回设.
   
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif
}



table{
border-collapse:collapse;
border-spacing:0;
}

fieldset,img{
border:0;
margin:0;
padding:0;}

adress,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;
font-weight:normal;
}

ol,ul{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
}


