#year {
	font-family: monospace;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}

#month {
	font-family: monospace;
	font-size: 2em;
	padding: 0;
	margin: 0;
}
#days  {
	background-color: black;
	color: white;
	font-family: monospace;
	width: 75px;
}

.date  {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: monospace;
	text-decoration: none;
	float: left;
	width: 1.5em;
	height: 1.5em;
	background-color: white;
	text-align: center;
}

.addevent {
	display: block;
	float: left;
	width: 1em;
	height: 1em;
	text-align: center;
	background-color: #666;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.event {
	clear: both;
	padding-left: 1em;
	padding-bottom: .75em;
	display: block;
}

td {
	width: 14%;
	background-color: #ccc;
	border: 1px solid white;
	vertical-align: top;
}

.weekend {
	background-color: #999;
}

.emptydate {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-family: monospace;
	text-decoration: none;
	float: left;
	width: 1.5em;
	height: 1.5em;
	background-color: #aaa;
	text-align: center;
}

#today {
	border: 2px solid black;
	background-color:red;
}
