table.calendar th, table.calendar td {
	font-size: 13px;
	text-align: center;
	width: 14%;
	height: 40px;
}

table.calendar th {
	background-color: #003263;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 40px;
}

table.calendar td {
	cursor: pointer;
	font-size: 12px;
}

table.calendar td a, table.calendar td a:visited, table.calendar td a:hover {
	text-decoration: none;
}

.eventlink {
	text-decoration: none;
}