.calendarTable {

	width: 200px;

	border-collapse: collapse;

	border: 1px solid #e0dfe3;

}

.calendarHeader {

	font-weight: bold;

}

.calendarText {

}

.calendarText a {

	font-weight: bold;

}

.calendarToday {

	color: #dd3127;

}

.calendarToday a {

	color: #dd3127;

	font-weight: bold;

}