body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
}
td{
	font-size: 12px;
	FONT-FAMILY: Verdana;
	color: #666666;
}
/*-----------------默认超链接------------------*/
a:link{
	color: #918D79;
	text-decoration: none;
}
a:visited{
	color: #918D79;
	text-decoration: none;
}
a:hover{
	color: #918D79;
	text-decoration: underline;
	font-weight: normal;
}
/*-------------以上为每个网页都应该有的样式表，后面所加为另外所需的----------------------------*/
a.b:link{
	color: #666666;
	text-decoration: none;
	font-weight: 200;
	font-size: 12px;
}
a.b:visited{
	color: #666666;
	text-decoration: none;
	font-weight: 200;
}
a.b:hover{
	color: #5D9A79;
	text-decoration: none;
	font-weight: 600;
}
a.c:link{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a.c:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a.c:hover{
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

