/* CSS Document */

/**** 容器的边 ****/
body,div,table,td,img,form{
	margin: 0 0 0 0; padding: 0 0 0 0;
}

/**** 链接图片的边 ****/
a img {
    border:0;
}

/**** 容器的字体样式 ****/
body,td,p,li,select,input,textarea {
	font-size:12px; font-family:"宋体";
}

/**** DIV 主要内容 ****/
.div_b_01 {
    text-align:center; width:950px
}

/**** 链接样式 ****/
a:link {
    color: #333333; text-decoration: none
}
a:visited {
    color: #333333; text-decoration: none
}
a:hover{
    color: #ff0000; text-decoration: underline
}
a:active{
    color: #ff0000; text-decoration: underline
}