.cal { 
	text-align: center; 
	border-collapse: collapse;
	width:520px; 
}

.cal th p b { 
	color: white;
}

.cal tr td { 
	padding: 5px 10px 5px 10px;
} 

.cal tr.blu td { 
	background-color: #d7ebf5;
}

	
th { 
	background-color: #39c; 
	padding: 5px; } 
	

