body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #000000;
	background: #BBAAEE;
}
.nav {
	font-size: 110%;
	color: #eedd44;
	font-weight: bold;
}
a {
	color: #221177;
	text-decoration: none;
}
.nav a {
	border-bottom: 1px solid #443388;
	color: #eedd44;
}
a:hover, a:focus {
	text-decoration: underline;
}
.footer {
	font-size: 80%;
}
.img_border {
	border: 2px solid #221177;
}
#logo {
	border: 10px solid #771177;
}
#top_img {
	border: 10px solid #221177;
}
.event_finished {
	background: #443388;
	font-style: italic;
	color: #EEDD44;
}
ul.faq {
	margin: 0px;
	padding: 0px;
}
.question {
	font-weight: bold;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.answer {
	margin-right: 10px;
	margin-left: 20px;
	list-style: none;
}
