@charset "utf-8";
#events {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 1em;
	color: #330066;
	width: 800px;
	background: #FFFFFF;
	border: medium groove #660066;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF no-repeat left top;
	height: 220px;
} 
#footer a   {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #660099;
	font-size: 0.9em;
	padding-top: 10px;
}
#footer a:hover {
	color: #990000;
	text-decoration: underline;
}
span {
	font-weight: bold;
	color: #990000;
}
a     {
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
