A:LINK {
	color : Black;
	text-decoration : none;
}

A:VISITED {
	color : Olive;
	text-decoration : none;
}

A:HOVER {
	color : Purple;
	text-decoration : none;
}

