#rs-layers #layer-form-wrapper .form-item-class:after {
	content: 'hover_to_black - This class adds hover cursor effect and uses the title attribute as the destination of the link';

}

.hover_to_black {
	cursor: pointer;
}

.hover_to_black:hover {
	background-color: black;
	color: white!important;
}

html body {
	font-family: MetricWeb;
	font-weight: 200;
}