.link3:link {
	color: #F47100;
	text-decoration: none;
	font-weight: normal;
}
.link3:visited {
	color: #F47100;
	text-decoration: none;
	font-weight: normal;
}

.link3:hover {
	color: #666666;
	text-decoration: none;
}

.link3:active {
    color: #666666;
	text-decoration: none;
}
