.monthPre
{

 color: gray;
 text-align: center;
 font-family: Verdana;
 font-size: 15px;
 
}

.monthNow
{

 color: #555555;
 text-align: center;
 font-family: Verdana;
 font-size: 15px;
 
}

.monthNow:hover
{

 color: white;
 background-color: #D9382A;
 cursor: hand;

}

.row
{
  
	border-bottom: 1px solid #555555; 
	height: 1px;
	
}

.monthNow th
{

 background-color: #69A64C;
 color: #FFFFFF;
 text-align: center;
 height: 10px;
 font-family: Verdana;
 font-size: 36px;
 
}

.dayNow
{

 border: 2px solid #555555;
 color: #F4FFFF;
 background-color: #69A64C;
 text-align: center;
 font-family: Verdana;
 font-size: 15px;
 font-weight: bold;
 
}

.dayNow:hover
{

 background-color: #D9382A;
 color: #F4FFFF;
 cursor: hand;
 
}

.calendar
{
  border: 1px solid #555555;    
}

.calendar td
{

 htmlContent: 2px;
 width: 40px;
 
}

.dayNames
{

 background: #69A64C;
 color: #FFFFFF;
 text-align: center;
 height: 10px;
 font-family: Verdana;
 font-size: 15px;

}