#wp-calendar {
	text-align: center;
	Xwidth: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin-left: 30px;
}
#wp-calendar caption a, #wp-calendar caption a:hover {
	background: transparent;
}
#wp-calendar th {
	font-weight: bold;
}
#wp-calendar a {
	text-decoration: none;
	display: block;
	color: #dd0000;
}
#wp-calendar td, #wp-calendar th {
	text-align: center;
	border: 2px solid #d7d7d7;
}
#wp-calendar td {
	background: transparent;
}
#wp-calendar th {
	background: #ffffff;
}
#wp-calendar tbody td a {
	color: #dd0000;
}
#wp-calendar tbody td a:hover {
	text-decoration: underline;
}
#wp-calendar-caption {
	padding: 0.2em 1em 0.2em 0em;
	text-align: center;
	font-weight: bold;
}
td#today {
	background: #d7d7d7;
	font-weight: bold;
}
#showit a:hover {
	text-decoration: underline;
}
#prev a:hover {
	text-decoration: underline;
}
