#calendartable table {
	position: center;
	text-align: left; 
	margin-left: 57px; 
	background-color: rgb(232, 232, 255);
	border: thin solid rgb(25, 50, 90);
}

#calendartable th {
	font-weight: bold; 
	color: rgb(0, 0, 153);
}

#calendartable td {
	font-size: small;
	padding: 2px; 
	border: thin solid rgb(25, 50, 90);
	cellspacing: 2px;
}



