a:link {
	color: green;
}

a:visited {
	color: green;
}

a:hover {
	color: white;
	background-color: green;
}

a:active {
	color: yellow;
}