@charset "UTF-8";
/* CSS Document */



a:link {
	text-decoration: none;
	color: green;
}


a:visited {
  color: green;
}


a:hover {
  color: yellowgreen;
}


a:active {
  color: orange;
}


a:link, a:visited {
  text-decoration: none;
}
