a:link {
	text-decoration: none;
	color: #277c07;
}

a:visited {
	text-decoration: none;
  color: #277c07;
}

a:hover {
	color: #e2990c;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #277c07;
}

a.small:link {
	color: #000000;
	text-decoration: none;
}

a.small:visited {
	color: #000000;
	text-decoration: none;
}

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

a.small:active {
	color: #000000;
	text-decoration: none;
}


