A {
	text-decoration : none;
}
A:ACTIVE {
	text-decoration : none;
}

A:HOVER {
	text-decoration : none;
	color : #93d3ac;
}

A:LINK {
	text-decoration : none;	
}

A:VISITED {
	text-decoration : none;	
}