.main {
width: 200px;
 /*border:1px solid #DBE1BF; */
}

.month {
	/*background-color: #666666;*/
	font:13px Arial;
	font-weight: bold;
	color: #666666;
}

.monthArrow {
font:13px Arial;
color: #666666;
line-height:200%;
}

a.monthArrow:link{font-family: arial; font-size:12px; line-height:110%; color:#666666; text-decoration:underline;}
a.monthArrow:visited{font-family:arial; font-size:12px; line-height:110%; color:#666666; text-decoration:underline;}
a.monthArrow:active{font-family:arial; font-size:12px; line-height:110%; color:red; text-decoration:underline;}
a.monthArrow:hover{font-family:arial; font-size:12px; line-height:110%; color:red; text-decoration:underline;}

.daysofweek {
	background-color: #0191D3;
	font:11px Arial;
	font-weight: bold;
	color: #FFFFFF;
}

.days {
font-size: 10px;
font-family: Arial;
color:black;
background-color: #FEFDFB; 
padding: 2px;
}

.days #today{
font-weight: bold;
color: #F79400;
font-size: 12px;
}

.days #event a{
font-size: 10px;
font-family: Arial;
font-weight: bold;
color: blue;
}
