ul#events {
	list-style-type: none;
	width: 540px;
	word-wrap: break-word;
}

#events, #events li, #events dl, #events dt, #events dd { padding: 0px; margin: 0px; width: 100%; }
#events .events_Title { margin-bottom: 20px; }
#events img, #events iframe { display: none; }

#events li {
	border-bottom: 2px solid gray;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#events li:last-child { border: none; }

.style1 {	
    color: #FF0000;
	font-weight: bold;
}
.style2 {	
    color: #0099FF;
	font-weight: bold;
}