#year { background-color: #e8d8e4; text-align: center;}
#month {

   background-color: #e8d8e4;
}

#yearnavigation {background-color: #e8d8e4;}
#monthnavigation {background-color: #e8d8e4;}
#nomonthday {background-color: #e8d8e4; height:20px; width:20px;}

#today {
   font-family: Century Gothic;
   text-align: center;
   font-size: 12px;

   background-color: #e28afb;
   height:20px;
   width:20px;
   color: #ffffff;
}
#selectedday {font-family:Century Gothic; text-align: center; font-size: 12px; background-color: #6fc818; height:20px; width:20px;}

#yearname {font-family: Century Gothic; text-align: center; font-size: 12px; font-weight: bold;}
#monthname {
   font-family: Century Gothic;
   text-align: center;
   font-size: 10px;
   height: 20px;
   color: #000000;
}
#dayname td {
   font-family: Century Gothic;
   text-align: center;
   font-size: 10px;
      color: #000000;
}
body {font-family: Century Gothic; font-size: 12px; text-align: center; font-weight: normal;}


