A:LINK {
	color: Yellow;
	text-decoration : none;
}

A:VISITED {
	color: Yellow;
	text-decoration : none;
}

A:ACTIVE {
	color: Yellow;
	text-decoration : none;
}

A:HOVER {
	color: #F0E68C;
	text-decoration : underline;
}


.
