body {
	background-color: white;
}

.year {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}

#calendars{
 padding: 10px 55px;
 color: #333333;
 font-family: Arial, Helvetica, sans-serif;
}
#calendars a, #calendars a:visited{
 color: #0099FF;
 text-decoration: none;
}
#calendars a:hover{
 text-decoration: underline;
}

table.calTable {
	border: black 1px solid;
  height: 144px;
  width: 144px;
}

table.calTable td  {
  height: 15; 
  width: 15;
}

table.calTable .calTitle  {
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
}

table.calTable .weekday  {
	text-align: center;
	font-size: 9px;
}

table.calTable .oddMonth, .evenMonth,  .emptyDay {
	font-size: 9px;
	vertical-align: middle;
	text-align: center;
}

table.calTable .emptyDay {
	background-color: #F0F0F0;
}

table.calTable .evenMonth  {
	background-color: #F0F0F0;
}

table.calTable .oddMonth  {
	background-color: #F0F0F0;
}

table.calTable a, a:visited .a:active {
  text-decoration: none;
  color: black;
}
