/* named styles for calendar */

.caltop{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:22px;
  font-weight:bold;
  }

.caldat{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  font-weight:bold;
  color:#FFF;
  background-color:#000; 
  }


.calrow{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  }


.calnum{
  font-size:14px;
  font-weight:bold;
  }



