.green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #053910;
	font-weight: bold;
}

.regular_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #376140;
	font-weight: bold;
}
.smaller_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #376140;
	font-weight: bold;
}
a:link {
	color: #0F153D;
}
a:visited {
	color: #0F153D;
}
a:hover {
	color: #1F2B7E;
}
a:active {
	color: #0F153D;
}
