body {
	background: #c90;
	font-family: "Gill Sans", "Century Gothic", "Trebuchet MS", "Futura Normal", "Futura Medium", "Futura Light", Futura, Arial, sans-serif;
	line-height: 1.5em;
	margin: 10%;
}

#event {
	background-color: #ce0;
	padding: 6% 8%;
}

.eventtitle {
	font-variant: small-caps;
	font-size: large !important;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}

.date {
	font-style: italic;
	font-size: large !important;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

.eventdata {
	clear: both;
	text-align: center;
	padding: 2.5em 0 1em;
}

.eventmore {
	font-family: "Goudy Old Style", "Century Schoolbook", "Century", "Old Century Schoolbook", "Bookman", Georgia, Serif;
	padding: 1em;
}

#back {
	text-align: center;
	padding-top: 2em;
}

/* anchors */
a {
	border-width: 1px 0px;
	border-style: solid;
	padding: 0 1px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	border-left: 0px;
	border-right: 0px;
}

a:link, a:visited {
	color: #740;
	border: solid transparent;
	border-width: 1px 0px !important;
}

a:active, a:hover {
	color: #610 !important;
	border: solid black !important;
	border-width: 1px 0px !important;
	text-decoration: none;
}
/* end anchors */
