.highlighted_link {
	color:yellow:
}

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

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

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