@charset "utf-8";
.Buttons {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #33A15A;
	vertical-align: top;
}
.Heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
}
.Text {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	vertical-align: top;
}
#linkone a {
	color: #33A15A;
	text-decoration: none;
}

#linkone a:hover {
	color: #000000;
	text-decoration: underline;
}
