div.address {
	position: relative;
	left: 380px;
	top: -30px;
	height: 100;
	margin-top: -100;
	color: #ffffff;
	font-family: arial;
	font-weight: 800;
	font-size: 15px;
}

.agenda_when {
	color: #ffffff;
	font-weight: bold;
}

.agenda_title {
	color: #ffffff;
	font-weight: bold;
}

.agenda_more {
	color: #ffffff;
	font-weight: bold;
}

h1 {
	color: #a31320;
	font-family: Arial;
	font-size: 20px;
}

.column_content {
	padding-left: 20px;
}

table.agenda td, div, td{
	color: #000000;
}

td {  
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;
}
A {
	text-decoration:none; color:black
}
A:hover {
	text-decoration:underline; color:red
}