.main {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.text {
	margin: 10px;
	padding: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #715A3B;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 2px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
	background-color: 564329;
	text-align: center;
	padding: 5px 5px 10px;
}
.footer a:link {
	color: #ffffff;
}

.footer a:hover {
	color: #000000;
}

.paybuttons {
	position:relative;
	top: 10px;
}
hr {
	color: #564329;
	background-color: #ffffff;
	height: 1px;
	border: 0;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}

