a:link {
	color: yellow;
}

a:visited {
	color: yellow;
}

a:hover {
	color: red;
}

a:active {
}
