/* CSS Document */
body{margin:0;}
body,table,td{
font-size:12px; font-family: 宋体; color: #000000;
}
a:link{
color:#666666;/*用在为访问的连接上。*/
text-decoration:none;/*去掉下划线*/
}
a:visited{
color:#666666;/*用在已经访问过的连接上。*/
text-decoration:none;/*去掉下划线*/ 
}
active{
color:#666666;/*用于获得焦点（比如，被点击）的连接上。*/ 
text-decoration:none;/*去掉下划线*/
}
a:hover{
color:#1998DD;/*用于鼠标光标置于其上的连接。*/ 
text-decoration:none;/*去掉下划线*/
}