﻿body {
	font-family: Trebuchet MS;
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	font-family: Arial;
}
div#linkbar {
	width: 12em;
	float: left;
	display: inline;
	background-color: white;
	padding: 1em;
	margin-left: 3%;
	margin-right: 5%;
	overflow: hidden;
	margin-top: 1em;
}
a:hover.linkbar {
	text-decoration: none;
	background-color: orange;
}
a:active.linkbar {
	border: inset .3em;
}
a.linkbar {
	background-color: white;
	text-align: center;
	border: outset .3em;
	border-color: black;
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	margin-bottom: 1em;
	padding: .5em;
	color: black;
	overflow: hidden;
}
a.hide {
	color: black;
	text-decoration: none;
}
a:hover.hide {
	border-bottom: 1px dotted black;
}


div#content {
	background-color: white;
	padding: 1em;
	border: 3px outset black;
	margin-top: 1em;
	margin-right: 5%;
	margin-left: 5%;
	padding: 1em;
	text-align:left

}
div.event {
	clear: left;
	float: left;
	width: 70%;
	margin: auto;
	text-align: center;
	border: 1px solid white;
	padding: 1em;
}
div.eventimage {
	width: 50%;
	margin: auto;
}
.invisible {
	color: white;
}
