body { text-align: center; font-family:"宋体", arial;margin:0; padding:0; background: #FFF; font-size:12px; color:#000;}

a:link {color: #1f3a87; text-decoration:none;}
a:visited {color: #1f3a87;text-decoration:none;}
a:hover {color: #bc2931; text-decoration:underline;}
a:active {color: #bc2931;}
a{MARGIN-LEFT: 10px}
/*a{color:#000;text-decoration: none;}a:hover{color:red;}*/
ul{list-style-type:none; width:100%;}
ul li{ width:80px; float:left;list-style-type:none;}

table {
border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */
border:solid #000; /* 设置边框属性；样式(solid=实线)、颜色(#999=灰) */
border-width:1px 0 0 1px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px */
vertical-align:top;
}
table caption {font-size:28px;font-weight:bolder;}
table th,table td {border:solid #000;border-width:0 1px 1px 0;padding:3px;}
table th{font-size:18px}
table td{font-size:14px;text-align:left;line-height:150%;vertical-align:top;letter-spacing:0.3mm}
tfoot td {text-align:center;}

div{margin-top:10px}
.globalDiv{width:100%;text-align:center; margin-top:10px}
.detailDiv{font-size:14px;text-align:left;margin-left:20px;line-height:150%;}
.indexDiv{font-size:28px;text-align:left;margin-left:20px;font-weight:   bold}

.foot{ margin:0px auto;line-height:21px; font-size:14px; }
.foot img{margin:4px 0 0;}*/

