
.calendarHeader { 
    font-weight: bolder;
	font-family: Tahoma; 
	font-size: 14px;
    color: #8AB3C7; 
    background-color: #FFFFFF; 
}

.calendarToday { 
	font-weight: bolder;
	color:#8AB3C7;

}

.calendar {     
    background-color: #FFFFFF;
	font-family: Tahoma; 
	font-size: 14px;
	color:#676767;
}
.calendar a:visited{ 
	font-weight: bolder;
	font-family: Tahoma; 
	font-size: 14px;
	text-decoration: none; 
	color: #0099FF;
}
.calendar a:link{ 
	font-weight: bolder;
	font-family: Tahoma; 
	font-size: 14px;
	text-decoration: none; 
	color: #0099FF;
}
.calendar a:hover{ 
 	font-weight: bolder;
	font-family: Tahoma; 
	font-size: 14px;
	text-decoration: underline;
	color: #0099FF;
}



