/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #721939;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#events {overflow:scroll;
	height:360px;
	width:100%;
	border:1px solid #fff;

}

#events table{
	margin:15px;
}	


#events td{
	vertical-align:top;
	border-bottom:1px solid #c12b60;
}

#events {overflow:scroll;
	height:360px;
	width:100%;
	border:1px solid #fff;

}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
}
a:active {
	text-decoration: underline;
}