@charset "utf-8";
#mainContent {
	width:711px;
	padding: 0 15px 20px 15px;
}
.date {
	font-weight:bold;
	/*	text-decoration:underline;*/
	font-weight:bold;
	color:#06F;
}
.time {
	/*text-decoration:underline;*/
font-weight:bold;
}
.calendar {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse:collapse;
}
th {
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding-top:7px;
	padding-bottom:4px;
	color:#696;
}
td {
	vertical-align:top;
	padding:3px;
	font-size:80%;
}
.main-event {
	color:#639;
	font-size:110%;
	font-weight:bold;
}
.liturgist {
	color:#639;
	font-size:80%;
	font-weight:bold;
}
#next_month{
	float: right;
}
#next_month a{
	text-decoration:none;
	font-weight:bold;
}
#previous_month{
	float:left;
}
#previous_month a{
	text-decoration:none;
	font-weight:bold;
}