.colums a{
	color: #e60012;
	text-decoration: underline;
	transition: text-decoration 0.12s;
}.colums a.hover{
	text-decoration: none;
}