.underText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #231F20;
	margin-right: 23px;
	margin-left: 23px;
	display: block;
}
.underText a {
	color: #231F20;
	text-decoration: underline;
}
.underText a:hover {
	color: #c0000f;
	text-decoration: underline;
}

