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:#666666; 
 }


TD  {FONT-SIZE: 12px;line-height: 150%}

.font1 { color:#212121;font-size:10.5pt; line-height:16pt } 

<!-- 链接 灰+淡灰 -->

a:link       {  font-family: "宋体"; font-size: 12px; color: #666666; text-decoration: none}

a:visited    {  font-family: "宋体"; font-size: 12px; color: #838383; text-decoration: none}

a:hover      {  font-family: "宋体"; font-size: 12px; color: red; text-decoration: underline}

<!-- 链接 黑+白 class=1 -->

a.1:link     {  font-family: "宋体"; font-size: 12px; color: #212121; text-decoration: none;}

a.1:visited  {  font-family: "宋体"; font-size: 12px; color: #212121; text-decoration: none;}

a.1:hover    {  font-family: "宋体"; font-size: 12px; color: #ffffff; text-decoration: underline;}

<!-- 链接 淡灰 class=2 -->

a.2:link     {  font-family: "宋体"; font-size: 12px; color: #666666; text-decoration: none;}

a.2:visited  {  font-family: "宋体"; font-size: 12px; color: #666666; text-decoration: none;}

a.2:hover    {  font-family: "宋体"; font-size: 12px; color: red; text-decoration: underline;}

<!-- 链接 白+黑 class=3 -->

a.3:link     {  font-family: "宋体"; font-size: 12px; color: #ffffff; text-decoration: none;}

a.3:visited  {  font-family: "宋体"; font-size: 12px; color: #ffffff; text-decoration: none;}

a.3:hover    {  font-family: "宋体"; font-size: 12px; color: #000000; text-decoration: underline;}