a:link {
	color: #666666;
	text-decoration: none;
	cursor: hand;

}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: E9791C;
	text-decoration: underline;
}

