.headings {
	font-family: "ShelleyAndante BT";
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #9C787D;
	text-decoration: none;
}
.borders {
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F0BFB2;
	border-right-color: #F0BFB2;
	border-bottom-color: #F0BFB2;
	border-left-color: #F0BFB2;
}
.border {
	border: thin solid #977177;
}
