/* CSS Document */

/*Schedule styles*/

div.event {
	padding-left: 5px;
}

div.event h3 {
	font-size: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #BE3F40;
	width: 75%;
}
div.event a:link, div.event a:visited {
	color: #BE3F40;
	font-weight: bold;
}

div.event a:hover {
	color:#AB6F25;
}