body,div,ul,li{
 margin:0;
 padding:0;
}
body{
 font:12px "宋体";
 text-align:center;
 margin: 0;
}
/*512大地震整体网站灰色开始
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
512大地震整体网站灰色结束*/
a:link{
 color: #fff;
 font-weight: bold;
 text-decoration:none;
}
a:visited {
 color: #fff;
 font-weight: bold;
 text-decoration:none;
}
a:hover {
 color: #fff;
 font-weight: bold;
 text-decoration:underline;
}
.linkb a:link{
 color: blue;
 font-size:14px;
 font-weight: bold;
 text-decoration:underline;
}
.linkb a:visited {
 color: #000000;
 font-weight: bold;
 font-size:14px;
 text-decoration:none;
}
.linkb a:hover {
 color: #ffffff;
 font-size:14px;
 background-color:blue;
 font-weight: bold;
 text-decoration:underline;
}
ul{
 list-style:none;
}
.main{
 clear:both;
 padding:8px;
 text-align:left;
}
/*第二种形式*/
#tabs1{
 text-align:left;
 width:300px;
}
.menu1box{
 position:relative;
 overflow:hidden;
 height:22px;
 width:300px;
 text-align:left;
}
#menu1{
 position:absolute;
 top:0;
 left:0;
 z-index:1;
}
#menu1 li{
 float:left;
 font-family:宋体；
 color:#fff;
 font-weight:bold;
 display:block;
 cursor:pointer;
 width:80px;
 text-align:center;
 line-height:21px;
 height:21px;
 background:#000;
}
#menu1 li.hover{
 color:#fff;
 background: #D920A2;
}
.main1box{
 clear:both;
 margin-top:-1px;
 height:90px;
 width:300px;
}
#main1 ul{
 display: none;
}
#main1 ul.block{
 display: block;
}

a.pds:link
{
    color:#990000;
    text-decoration:none;
    font-weight:normal
    }
    
a.pds:visited
{
    color:#990000;
    text-decoration:none;
    font-weight:normal
    }
