@charset "utf-8";
/* CSS Document */

body {
	font-size: 76%;
	font-family: Tahoma, Arial, Geneva;
	margin:0;
	text-align:left
}

.event-date {
	color:#1E71BD;
	font-size:10px;
	font-weight:bold;
}

.event-title {
	color:#9D3921;
	font-size:10px;
	font-weight:bold;
}

.event-details {
	color:#666;
	font-size:10px;
}
#textBox {
	height: 450px;
	overflow: scroll;
	width: 280px;

}
