body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: rgb(230,230,230);
	color: rgb(50,50,50);
	padding: 5px;
	margin: 2px;
	text-align: center;
}
#navigation {
	border-bottom: 1px solid rgb(0,0,0);
	border-left: 1px solid rgb(0,0,0);
	text-align: right;
	background-color: rgb(0,0,0);
}
a {
	text-decoration: none;
	color: rgb(150,150,150);
}
a:hover {
	text-decoration: underline;
	color: rgb(200,200,250);
}
p, ol, ul {text-align:left;margin:0 auto;width:70%;}
p {margin-top: 20px;}
#navigation .chosen {
	color: rgb(200,200,250);
	font-weight: bold;	
}
h2 {
	text-align: left;
}
.event div {
	text-align: left;
	margin: 0;
	width: 70%;
	border-bottom: 1px solid rgb(50,50,50);
}
.event a {
	text-size: 150%;
	font-weight: bold;
	color: rgb(200,0,0);
}
.event a:hover {
	font-weight: bold;
	color: rgb(200,0,0);
}
.information {
	position: relative;
	float: right;
	width: 50%;
	max-width: 400px;
	border: 1px solid rgb(50,50,50);
	background-color: rgb(255,255,255);
}
.information ul {
	margin: 0px;
}
.right {
	text-align: right;
}

