
.event_t1 {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	border-top-width: 1px;
	border-color: #FF0000;
	margin: 5px;
	padding: 2px;
	text-align: center;
}
.event_t2 {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.event_t3 {
	font-size: 160%;
	font-weight: bold;
	color: #FF3300;
	font-style: italic;
	text-align: center;
}
.event_t4 {
	font-size: 120%;
	font-weight: bold;
	color: #33CC00;
	text-align: center;
}

.blue {
	background-color: #EEFFFF;
}