link {
	font-size: 12px;
	color: #3E3E3E;
}
a:link {
	font-size: 12px;
	color: #3E3E3E;
	text-decoration: none;

}
a:visited {
	font-size: 12px;
	color: #3E3E3E;
	text-decoration: none;

}
a:hover {
	font-size: 12px;
	color: #FF9966;
	text-decoration: underline;

}
a:active {
	color: #3E3E3E;
	font-size: 12px;
	text-decoration: none;
}

