.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 3f754c;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: 3f754c;
	font-style: italic;
	font-weight: bold;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 3f754c;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 20b0da;
	text-decoration: underline;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 000000;
	text-decoration: underline;
}

