.clear-both
{
	clear: both;
	display: block;
	height: 1%;
	line-height: 1%;
}
p
{
	margin-bottom: 5px;
}
div#calendar
{
	width: 441px;
}
div.month
{
	float: left;
	margin: 0 5px 5px 0;
	width: 140px;
	height: 160px;
	border: 1px solid black;
}
div.month strong.title
{
	float: left;
	padding-top: 3px;
	width: 140px;
	height: 17px;
	color: white;
	text-align: center;
	background-color: black;
}
div.month ul
{
	list-style-type: none;
}
div.month ul li
{
	float: left;
	width: 20px;
	height: 20px;
}
div.month ul li strong
{
	float: left;
	display: block;
	padding-top: 3px;
	width: 20px;
	height: 17px;
	color: black;
	text-align: center;
}
div.month ul li a
{
	float: left;
	display: block;
	padding-top: 3px;
	width: 20px;
	height: 17px;
	color: black;
	text-align: center;
	text-decoration: none;
	background-color: white;
	cursor: pointer;
}
div.month ul li a:hover
{
	background-color: #ccc;
}