
a:link {
	color: #59A345;
}

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

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

a:active {
	color: #FF0000;
}

