/*  ---------------------------
	File: 	events.css
	Author: www.split-brain.com
	Validates CSS on 2-10-05
   ----------------------------*/

.eventRcrd{
	border: 2px white outset;
	text-indent:0;
	padding:10px;
	background-color:#ffeeee;
}

.eventTitle{
	font-size:14px;
	font-weight:600;
	border-bottom:1px solid black;
}

.eventDate{
	font-weight:200;
	font-size:13px;
}

.eventDesc{
	text-indent: 15px;
}
