﻿#content {text-align: center}

#calendar {font-family: sans-serif; font-size: 10pt; margin: 20px}

#calendar a {
	font-size: 8pt
}

#calendar a:link {
	text-decoration: none; color: #E9B412
}

#calendar a:visited {
	text-decoration:none; color: #E9B412
}

#calendar a:hover {
	text-decoration:underline; color: #E9B412
}


#calendar th {text-align: center; border: 1px solid #E9B412
}

#calendar td {width: 60px; height: 55px; border: 1px solid black; vertical-align: top; line-height: 1; padding: 2px}

#calendar td.next {
	background-color: #3d3d3d
}

#calendar td.prev {
	background-color: #3d3d3d
}

.date {float: left; font-size: 10pt}