A:link {
	color: yellow;
	text-decoration: none;
}

A:active {
	color: white;
	text-decoration: none;
}

A:visited {
	color: #00CC00;
	text-decoration: none;
}

A:hover {
	color: white;
	text-decoration: none;
}