#banner h1 { color: #410546; }

.page-subtitle {
	color: #410546;
	font-weight: bold;
}

main {
	border: 1px solid #00772d;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
}

#footer { background-color: #89f1ce; }

#footerText {
	text-align: center;
	background-color: #410546;
	color: white;
}

#footerText a {
	color: white;
	text-decoration: underline;
}