<!--
body {
	background-color: #993400;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-size: 12px;
	text-decoration: none;
	line-height: 200%;
}
a {text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;text-decoration: none;}  /* 未访问的链接 */
a:visited {color: #000000;text-decoration: none;} /* 已访问的链接 */
a:hover {color: #FF3300;text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #CCCCCC ;text-decoration: none;} /* 点击激活链接 */

.title a:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.title a:active {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.title a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
} 
.title a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
} 
.yellow{
	font-size: 14px;
	font-weight: bold;
	color:#F6EC00;
} 
.red{
	font-size: 14px;
	font-weight: bold;
	color:#9E0F07;
} 
.white{color: #FFFFFF}
-->
