<style type="text/css">
.font{
font-size: 13px; text-decoration: none; 
}
td{
font-size: 14px; 
}
body
{
margin:0px;
font-size: 9pt;
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}

a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;
} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{
	color: #ae0927;
	text-decoration: underline;
} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
</style>
