table.calendar
{
	margin-left:auto;
	margin-right:auto;
	border-spacing: 0px;
	
	text-align:center;
}

table.calendar td
{	
	padding:  2px;
	margin:  0px;
	border-collapse: collapse;
}

td.weekday
{
	border-left: 1px #ccc solid;
	
	font-style: normal;
	font-weight: normal;
	color: #600;
}

td.week
{
	font-style: italic;
	font-weight: normal;
	color: black;
}

td.day
{
	border-left: 1px #ccc solid;
	
	font-style: normal;
	font-weight: bold;
	color: black;
}
