#caltop { 
	font-weight: bold; 
	text-align: center; 
	margin: 10px;
	font-size: 2.2em; 
}

#calendar { 
	font-size: 1em; 
	font-weight: bold; 
	width: 100%;
	padding: 0; 
	margin: 0; 
	border: 1px solid #474877;
	background-color: #474877; 
}


tr.dates { 
	font-size: 1.2em; 
	background: #9bc;
}


td { 
	background: #9bc;
}


td.days { 
	font-size: 1.2em; 
	text-align: center; 
	background: #339;
	color: #f6ebd8; 
	width: 15%;
}


td.events { 
	font-weight: normal;
	font-size: .8em; 
	background: #f6ebd8;
	vertical-align: top; 
	height: 80px;
}

.hol { 
	font-weight: bold;
	font-style: oblique;
	font-size: 1.2em; 
}