A:LINK {
	text-decoration : none;
}

A:HOVER {
	;
	text-decoration : underline;
}

A:ACTIVE {
	text-decoration : underline;
}

A:VISITED {
	text-decoration : none;
}




