@charset "gb2312";
/*
a:link：表示未访问过的链接的状态，link选择器不会设置已经访问过的链接的样式。  text-decoration:underline; 下划线
a:visited：表示超链接被访问过后的样式
a:active：表示超链接的激活状态，用来定义鼠标单击链接但还没有释放之前的样式。
a:hover：表示当鼠标移到链接上时的样式?
*/

body{margin:0;padding:0;font-family:Microsoft YaHei,SimSun,sans-serif;font-size:10.5pt;line-height:170%;text-decoration:none;background:url(images/bg.gif); color=000000}


h1{font-size:20px;line-height:24px;text-align:center;color:red;margin-top:18px;}
h2{font-size:16px;line-height:20px;text-align:center;}
h3{font-size:12px;line-height:16px;text-align:center;}
h4{font-size:12px;line-height:16px;text-align:center;}
h5{font-size:12px;line-height:16px;text-align:center;}
td{line-height:170%;text-decoration:none;color=000000}
A {text-decoration: none; color: #993300;}
a:hover      { color: ffffFF;text-decoration:underline }
A:active {  font-style: normal;  color: ffffFF; text-decoration: underline; }
br {font-size:6pt; line-height:80%;}
table
  {
  border-collapse:collapse;
  }
