body,td,th {
	font-size: 12px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 12px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #000;
}

.new a:link {color:#FFFFFF; text-decoration:none;}
.new a:visited {color:#FFFFFF;text-decoration:none;}
.new a:hover {color:#FFFFFF; text-decoration:none;}
.new a:active { color:#FFFFFF；}