/*======== CSS初始化 ========*/
.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;}
.body { font-size:12px; color:#666; font-family:Verdana, Microsoft YaHei, Simsun; background:#fff;}
.body fieldset, img { border:0; }
.body ol, ul { list-style:none; }
/*h1, h2, h3, h4, h5, h6{ font-size:100%; }*/
.body em { font-style:normal; }
.body input, button, select, textarea { outline:none; } 
.body textarea { resize:none; }/* 禁用了文本的拖拉，尤其在谷歌下*/
.body p{ text-align:justify; text-justify:distribute;} /*为了使文本段落左右两边对齐*/
/*======== Link ========*/
.body a { color: #818181; text-decoration:none; }
.body a:hover { color: #f60; text-decoration:none; }
