@charset "utf-8";
/* CSS Document */
body{font-family:Arial, Helvetica, sans-serif;font-size:14px; margin-top:0px; margin-left:0px; line-height:180%; font-weight:bold; }

img{border:0px;}

a:link {text-decoration: none; color:#000000;}
a:visited {text-decoration: none;color:#000000;}
a:hover {text-decoration: underline;color:#ff0000;}
a:active {text-decoration: none;color:#ff0000;}

a.channel1:link {color: #ff0000;text-decoration: none;} /*未访问的链接 */
a.channel1:visited {color: #ff0000;text-decoration: none;} /*已访问的链接*/
a.channel1:hover{color: #ff0000;text-decoration: underline;} /*鼠标在链接上 */
a.channel1:active {color: #ff0000;text-decoration:none;} /*点击激活链接*/

.header{width:1000px; height:175px;}

.channel{width:1000px; height:41px; background:url(../image/channel_bg.gif) repeat-x; font-weight:bold; }
.channel_space{width:10px;}