table,tr,td {
	font-size: 10px;
	}
	
#calendar {
	margin: 20px 0 0 0;
	font-family: Verdana;
	color: #000;
	height: 160px;
	width: 180px;
	}

.cal_head, .cal_days {
	height: 19px;
	background: #C4E48E;
	color: #000;
	font-weight: bold;
	}
			
.cal_content, .cal_today {
	height: 19px;
	width: 19px;
	background: #E2F2C6;
	}
			
.cal_today {
	background: #fff;
	color: #89C91E;
	font-weight: bold;
	}

a.cal_head {
	color: #900;
	font-size: 11;
	text-decoration: none;
	}
				
a.cal_head:hover {
	text-decoration: underline;
	}
	
.cal_content a {
	color: #89C91E;
	font-size: 10px;
	text-decoration: none;
	}
			
.cal_content a:hover, cal_today a:hover {
	text-decoration: underline;
	}
	
.cal_today a {
	color: #89C91E;
	font-weight: bold;
	text-decoration: none;
	}
			
