/* CSS Document */
/*表格*/
td {font-size: 10pt;line-height: 150%;color: #000000;}
/*网页标题*/
h1{font-size: 18px;}
/*CSS选择器*/
a:link,a:visited  {font-size: 10pt;color: #8ebef9;text-decoration: none;}
a:hover,a:active {font-size: 10pt;color: #FFF200;text-decoration: none;}
a.b:link,a.b:visited  {font-size: 10pt;color: #000000;text-decoration: none;}
a.b:hover,a.b:active {font-size: 10pt;color: #FF6600;text-decoration: none;}
a.c:link,a.c:visited  {font-size: 10pt;color: #ffff00;text-decoration: none;}
a.c:hover,a.c:active {font-size: 10pt;color: #FA255A;text-decoration: none;}
/*自定义大小*/
.t15{font-size: 10pt;line-height: 15pt;}
.t18{font-size: 10pt;line-height: 18pt;}
.t23{font-size: 10pt;line-height: 23pt;}
.SpanHeight{line-height:24pt;}
.SpanHeight1{line-height:17pt;}
/*主要语法在这里指定*/
body {text-align: left;font-size: 10pt;margin:0px;}
/*图片边框指定*/
.imgb{border: 1px solid #000000;}

