span.offhref {
	color: #ff2453;
	text-decoration: underline;
	cursor: pointer;
}
span.offhref:hover {
	color : blue;
}

span.off_href {
	color: #ff2453;
	text-decoration: underline;
	cursor: pointer;
}
span.off_href:hover {
	color : blue;
}
.advert span.offhref,.advert span.offhref:hover,.advert span.off_href,.advert span.off_href:hover {color:inherit;}