@charset "utf-8";
body {
	background-color: #EBE3DE;
}

.cal_month {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #033;
}
tr.cal_day{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #033;
	background-color: #7393A0;
	
}

tr.cal_date {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #033;
	background-color: #7393A0;
}
tr.cal_info{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #033;
	vertical-align: text-top;
	text-indent: 1%;
	
	
}
a:link {
	color:#7393A0;
	text-decoration:underline;
}
a:active {
	color:#4E813A;
	text-decoration:underline;
}
a:visited {
	color:#7393A0;
	text-decoration:underline;
}
a:hover {
	color:#4E813A;
	text-decoration:underline;
}
