body { 
background-color:#f9feec;
}

A:link {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}	
.calendardate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.calendarweek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	height: 16px;
	text-decoration: none;
}
.calendarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0099;
	height: 16px;
	width: 16px;
	text-decoration: none;
}
.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #f9feec;
	height: 16px;
	width: 16px;
	text-decoration: none;
}

.calendartable {
	background-color: #f9feec;
	background-position: center;
	height: 145px;
	width: 198px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}