.gray {
	font-size: 14px;
	font-weight: bold;
	color: #44485B;
	text-decoration: none;
}
a.gray:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
