h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2D2D15;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CAB250;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #DCCD88;
	border-bottom-color: #DCCD88;
	width: 35%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
h3 {
	font-style: italic;
}
.top {
	font-size: 10px;
	text-align: right;
	width: 85%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #B56B48;
	text-decoration: none;
	float: right;
	padding-top: 10px;
}
.center {
	text-align: center;
}


.left {
	float: left;
	clear: right;
}
.right {
	float: right;
	clear: left;
}
