#calendar thead td {
	text-align: center;
	font-weight: bold;
}

#calendar td {
	border-color: black;
}

#month {
	text-align: center;
}

#calendar tbody td {
	height: 90px;
}

#calendar tbody div {
	font-size: 65%;
	display: inline;
}

#calendar tbody ul {
	display: inline;
}

#calendar ul li {
	font-size: 75%;
	list-style-position: inside;
}

#calendar colgroup {
	width: 14.2%;
}

#calendar tbody td {
	vertical-align: top;
}

#leftlink {
	position: relative;
	bottom: 1.5em;
}

#rightlink {
	float: right;
	position: relative;
	bottom: 1.5em;
}
