.text_link {
	color: #000 !important;
	transition: .3s;
	text-decoration: underline;
}

.text_link:hover {
	text-decoration: none;
}