a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;



}
a:hover {
	color: #3399CC;
	font-weight: normal;

}
a:active {
	color: #3399CC;
	text-decoration: none;

}
a:visited {
	color: #3399CC;
	text-decoration: none;

}

