body,td,th {
	font-family: Arial,"宋体";
	font-size: 12px;
	line-height: 20px;
	color: #2f2f2f;
}
body {
	margin: 0px;
}
a:link {
	color: #2f2f2f;
	text-decoration: none;
}
a:visited {
	color: #2f2f2f;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a.w:link {
	color: #fff;
	text-decoration: none;
}
a.w:visited {
	color: #fff;
	text-decoration: none;
}
a.w:hover {
	color: #fff;
	text-decoration: underline;
}.anylinkcss{
	position:absolute;
	visibility: hidden;
	line-height: 20px;
	z-index: 100;
	width: 92px;
	left: 450px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-right:1px solid #bdd3f7;
	border-left:1px solid #bdd3f7;
	border-top:1px solid #bdd3f7;
	border-bottom:1px solid #bdd3f7;
	background-color: #FFFFFF;
} 

.anylinkcss a{
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	border-bottom:1px solid #bdd3f7;
	border-top-color:#0044BB;	
	color: #666666;
	padding: 0px;
} 

.anylinkcss a:hover{ /*hover background color*/ 
background-color: #679FFE; 
color: white; 
}