/* CSS Document */

* {
 margin: 0; padding: 0;
}
body {
 color:#000; font: normal 100% "微软雅黑"; background:#f6f6f6; word-wrap:break-word;
}
a{
 color:#000; text-decoration:none;
}
a:hover {
 color:#ca0000; text-decoration:none;
}
a img {
 border: none;
}
ul,li,dl,dt,dd,form,img,p{
 margin:0; padding:0; border:none; list-style:none;
}
img {
 image-rendering: optimizeQuality;  /* 图像不失真 Firefox 3.6+; default behavior is identical, no need to specify */
 -ms-interpolation-mode: bicubic;   /* 图像不失真 IE专有属性 Internet Explorer 7.0; default in IE8+ */
}
