.new:link {
	font-family: "Arial";
	font-size: 9pt;
	line-height: 20px;
	color: #0069B5;
	text-decoration: none;
}
.new:visited {
	font-family: "Arial";
	font-size: 9pt;
	line-height: 20px;
	color: #0069B5;
	text-decoration: none;
}
.new:hover {
	font-family: "Arial";
	font-size: 9pt;
	line-height: 20px;
	color: #333;
	text-decoration: underline;
}

