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

a:visited {
	color: WHITE;
	text-decoration:none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}
