.text a:link {
	text-decoration: underline;
}
.text a:visited {
	text-decoration: underline;
}
.text a:hover {
	text-decoration: none;
}
.text a:active {
	text-decoration: underline;
}


