body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-size: 12px;
	text-decoration: none;
	line-height: 150%;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #AD8200;
}
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;} /* 点击激活链接 */
