ol { margin-top:0; }

.event
{
	width: 500px;
	margin: 10px 0 10px 30px;
	padding: 5px;
	font: 11px/15px verdana,arial,sans-serif;
	color: #000;
	border: 1px #060 solid;
}

.date {
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	background-color: #cc0;
	border-left: 1px #060 dotted;
	border-right: 1px #060 dotted;
	border-top: 1px #060 dotted;
}

.time {
	padding: 0 0 0 5px;
	font-weight: bold;
	font-size: 11px;
	/*color: #ffc;*/
}
	
.title {
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	background-color: #cc0;
	border-left: 1px #060 dotted;
	border-right: 1px #060 dotted;
	border-bottom: 1px #060 dotted;
}	

.location {
	margin: 3px 0 0 0;
	font-weight: bold;
	color: #060;
}
	
.ref {
	padding: 0 0 0 5px;
	font-weight: normal;
}
	
.description {
	margin: 3px 0 3px 0;
	font-weight: normal;
}
	
.contact {
	font-weight: normal;
}