#calendar_wrapper img {
	border:none;
}		
#calendar_wrapper th , td {
	font-size:15px;
}
#calendar_wrapper {
	width:640px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;

}
#calendar_wrapper_left {
	width:180px;
	
	float:left;
}
.calendar_link {
	
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
.calendar_link_2 {
	font-size:13px;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
}
.calendar_link:hover , .calendar_link_2:hover {
	text-decoration:underline;
	color:#ac0404;
}
.calendar_tiny {
	font-size:10px;
}
#calendar_wrapper_right {
	float:right;
	width:450px;
}