@charset "utf-8";
/* CSS Document */

.main {
	width:260px;
	border: medium solid #FFFFFF;
}

.month {
	background-color:#1393A9;
	color:white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

.daysofweek {
	background-color:#EBECE8;
	color:white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

.days {
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:black;
	padding: 0px;
	background-color: #F1F1EF;
}

.days #today{
font-weight: bold;
color: red;
}
