BODY 
{

 定义右侧滚动条, 淡灰 
 SCROLLBAR-HIGHLIGHT-COLOR: #e0e0e0; 
 SCROLLBAR-SHADOW-COLOR: #c0c0c0; 
 SCROLLBAR-3DLIGHT-COLOR: white;
 SCROLLBAR-ARROW-COLOR: #000000; 
 SCROLLBAR-TRACK-COLOR: white; 
 SCROLLBAR-DARKSHADOW-COLOR: white; 
 SCROLLBAR-BASE-COLOR: #e0e0e0; 

 FONT-SIZE: 12px;
 color:#000000; 
 }


TD  {FONT-SIZE: 12px;line-height: 150%}

 正文中的链接, 暗绿->红 

a:link       {  font-family: "宋体"; font-size: 12px; color: #663300; text-decoration: none}

a:visited    {  font-family: "宋体"; font-size: 12px; color: #663300; text-decoration: none}

a:hover      {  font-family: "宋体"; font-size: 12px; color: red; text-decoration: none}

 标题中的链接, 黑,下划线->红,下划线 ,以 class=0 调用 

a.0:link     {  font-family: "宋体"; font-size: 12px; color: #000000; text-decoration: underline;}

a.0:visited  {  font-family: "宋体"; font-size: 12px; color: #000000; text-decoration: underline;}

a.0:hover    {  font-family: "宋体"; font-size: 12px; color: red; text-decoration: underline;}

 标题中的链接, 黑->红,下划线 ,以 class=1 调用 

a.1:link     {  font-family: "宋体"; font-size: 12px; color: #000000; text-decoration: none;}

a.1:visited  {  font-family: "宋体"; font-size: 12px; color: #000000; text-decoration: none;}

a.1:hover    {  font-family: "宋体"; font-size: 12px; color: red; text-decoration: underline;}


 标题中的链接, 白,下划线->白,下划线 ,以 class=1 调用 

a.2:link     {  font-family: "宋体"; font-size: 12px; color: #ffffff; text-decoration: none;}

a.2:visited  {  font-family: "宋体"; font-size: 12px; color: #ffffff; text-decoration: none;}

a.2:hover    {  font-family: "宋体"; font-size: 12px; color: #ffffff; text-decoration: underline;}
h1 {
	font-size: 10.5pt;
	font-weight: bold;
}

