#calendartable {
	background-color: white;
	padding: 0.25em;
	border: 1px solid green;
	text-align: center;
	font-size: 0.8em;
}
#calendartable td a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: green;
}
#calendartable td a:hover {
	background-color: yellow;
}
.yestext {
	border: 1px solid green;
	width: 1.5em;
	height: 1.25em;
}
.notext {
	height: 1.25em;
}