/* CSS Document */
/*body,table,tr,td{ font-size:12px; line-height:24px;}*/

body{  margin:0; text-align:center;color:#333;  }
*{font-size:12px; }

.news a{
color:#000000;
text-decoration:none;
}
.leftMenu a{
color:#CCCCCC;
text-decoration:none;
font-size:12px;

}


.menu{
    background:url(../images/backMenu.jpg) no-repeat;
    height:30px;
    padding-top:4px;
	font-size:13px;
	cursor:pointer;
}

.menuYn{
    background:url(../images/backMenu.jpg) no-repeat;
    height:30px;
    padding-top:1px;
	font-size:13px;
	cursor:pointer;
}

.zti a:link {
 color: #333333; /*连接默认的颜色变化*/
 text-decoration:none;
}
.zti a:hover {
 color: #333333; /*连接访问的颜色变化*/
 text-decoration:underline
}


.zti a:visited {
 color: #333333; /*连接访问的颜色变化*/
 text-decoration:none;
}

