.cal-top {
	font-size: 23px;
	color: #003399;
	font-weight:bold
}

.cal-entry {
	width: 100%; 
	float: left;
	margin-right: 20px;
	border-bottom: 1px #999 dotted; 
}

.cal-entry-last {
	width: 100%; 
	float: left;
	margin-right: 20px;
	border-bottom: 1px #999 dotted; 
}

.cal-entry-title {
	padding: 8px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #787878;
}

.cal-entry-text{
	padding: 0 0 8px 0;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

.cal-entry-text a {
	color: #003399;
	text-decoration: none;
}

.cal-entry-text a:hover{
	color: #003399;
	text-decoration: underline;
}