body {
	background-color: #FFFFD9;
	font: 10pt Arial;
	margin: 25px 50px; }

sup { font-style: italic; }

a {
	color: orangered;
	text-decoration: none; }
a:hover {
	color: orange;
	text-decoration: underline; }

#topper {
	border-collapse: separate;
	border-spacing: 2px; }
#topper img { margin: 10px; }
#topper td { text-align: center; }
#topper th {
	padding: 5px;
	border: 3px ridge chocolate;
	color: brown;
	background-color: tan;
	width: 125px;
	height: 25px;
	overflow: hidden; }
#topper th:hover {
	background-color: blanchedalmond;
	color: brown;
	font-weight: bold;
	font-style: italic; }

#events, #officers, #about, #contact, #bottom {
	padding: 15px 50px;
	text-align: center;
	border-bottom: 3px groove black; }
#events dl, #officers dl {
	text-align: left;
	font-size: 18pt;
	font-weight: bold; }
#events dl dt, #officers dl dt {
	font-style: italic;
	text-decoration: underline;
	color: brown; }
#events dl dd, #officers dl dd {
	padding-bottom: 15px;
	color: darkblue; }
#officers p, #about p, #contact p {
	font: bold 14pt Arial;
	text-align: left;
	text-indent: 25px; }

#bottom {
	font: 8pt Arial;
	border-bottom: none; }

.backtotop {
	text-align: right;
	font: bold 8pt Arial; }
.backtotop:hover {
	font-style: italic;
	color: red; }
