/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a {color: #111111;text-decoration: none; font-size :12pt} /* 链接无下划线,有为underline */
a:link {color: #111111;text-decoration: none;font-size :12pt; } /* 未访问的链接 */
a:visited {color: #C5D9E8;text-decoration: none; font-size :12pt} /* 已访问的链接 */
a:hover {color:Red;text-decoration:none;font-size :12pt;} /* 鼠标在链接上 */
a:active {color: #cccccc;text-decoration: none;font-size :12pt} /* 点击激活链接 */

body{
font-size:12px;
font-family:"宋体";
margin-top :5px;
margin:0px auto;
text-align:center;
}

td,th,trx
{       
font-size:12px;
font-family:"宋体";
}

.Div0{width:960px;
border-color: #E7e7e7; 
border-style: solid;}

.Div0 td
{
border-color: #E7e7e7; 
border-style: solid;
}

.Div1{width:560px;
border-color: #E7e7e7; 
border-style: solid;}

.Div1 td
{
border-color: #E7e7e7; 
border-style: solid;
}

.Div2{width:312px;
border-color: #E7e7e7; 
border-style: solid;}

.Div2 td
{
border-color: #E7e7e7; 
border-style: solid;
}

.Div3{width:88px;
border-color: #E7e7e7; 
border-style: solid;}

.Div3 td
{
border-color: #E7e7e7; 
border-style: solid;
}