
caption 
     {
     font-family:Verdana, Arial, Helvetica, sans-serif; 
     font-size:16 px; 
     color: 333333;
     font-weight: bold;
     }

/* .calendar determines the overall formatting style of the calendar,  
   acting as the default unless later overruled. */

.calendar 
     {
     font-family:Verdana,arial,helvetica, sans-serif; 
     font-size:16 px; 
     color: white;
     background-color: #c0c0c0;
     border-color: #FFFFFF;
     border-style: solid;
     border-width: 1px;
     }

/* .calendarlink determines the formatting of those days linked to
   content. */

.calendarlink 
     {
     color: white;
     }

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.header 
     {
     background-color: #AD1A20;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     }

/* .day determines the formatting of each day displayed in the
   calendar. */

.day 
     {
     background-color: #333333;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     }

/* .linkedday determines the formatting of a date to which content is
   available. */

.linkedday 
     {
     background-color: #000000;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     } 
