#calendartable {
	background-color:#393836;
	padding: 0.25em;
	border: 1px solid black;
	text-align: center;
	font-size: 9px;
}
#calendartable td a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: white;
	background-color:#669999;
	
}
#calendartable td a:hover {
	background-color:#B1FFAC;
	font-weight:bold;
	text-decoration:underline;
 
}
.yestext {
	border: 2px solid white;
	width: 18px;
	font-size:12px;
	
}

.yestext span {
color:#CCCCCC;
text-decoration:line-through;
}

.notext {
	 
}