a:link {
	color: #333333;
	text-decoration: none;
	<comment> it case the link in have different font before and after visisted.
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	</comment>
	font-size: small;
	line-height: normal;
	font-weight: 200;


}
a:visited {
	text-decoration: none;
	color: #666666;

}
a:hover {
	text-decoration: none;
	color: #666666;

}
a:active {
	text-decoration: none;
}
