
td.calmonth
 {
   background: blue;
   color: white; 
   text-align: center;
   vertical-align: center;
   font-family: JOAN, ANDY, COMIC SANS MS;
   font-size: 24pt;
   height: 30px;
 }
td.calhead
 {
   background: white;
   color: black; 
   text-align: center;
   vertical-align: center;
   width: 14%; 
   font-family: JOAN, ANDY, COMIC SANS MS;
   font-size: 12pt;
   height: 30px;
 }
 td.calday
 {
   background: white;
   color: black; 
   text-align: left; 
   vertical-align: top;
   font-family: Arial;
   font-size: 9pt;
   width: 14%;
   height: 100px;
 }
  .calft
 {
   background: white;
   color: red; 
   font-family: Arial;
   font-size: 9pt;
 }
   .calmsg
 {
   background: white;
   color: green; 
   font-family: Arial;
   font-size: 8pt;
 }
   .calmeeting
 {
   background: white;
   color: blue; 
   font-family: Arial;
   font-size: 9pt;
 }
 a.size5
 {
   font-family: JOAN, ANDY, COMIC SANS MS;
   font-size: 18pt;   
   color: black;
 }
  a.size3
 {
   font-family: JOAN, ANDY, COMIC SANS MS;
   font-size: 12pt;   
   color: black;
 }

