body
{
	font-family: "宋体";
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}
table
{
    border-color: #999999;
}
td
{
	font-family: "宋体";
	font-size: 9pt;
	color: #CCCCCC;
	line-height: 150%;
}
p
{
	font-family: "宋体";
	font-size: 9pt;
	color: #CCCCCC;
	line-height: 150%;
}
li
{
	font-family: "宋体";
	font-size: 9pt;
	color: #CCCCCC;
	line-height: 150%;
}
a:link {
	font-family: "宋体";
	color: #ffae00;
	text-decoration: none;
	font-size: 12px;
	line-height: 150%;
} /* 未访问的链接 */
a:visited {
	font-family: "宋体";
	color: #ffdd00;
	text-decoration: none;
	font-size: 12px;
	line-height: 150%;
} /* 已访问的链接 */
a:hover {
	font-family: "宋体";
	color: #62869F;
	text-decoration: none;
	font-size: 12px;
	line-height: 150%;
} /* 鼠标在链接上 */ 
a:active {
	font-family: "宋体";
	color: #62869F;
	text-decoration: none;
	font-size: 12px;
	line-height: 150%;
} /* 点击激活链接 */

