a:link {
	color: Green;
}

a:visited {
	color: Red;
}

a:hover {
	color: #FFD700;
}

a:active {
	color: Green;
}
