div.clock {
   font-family: Arial, sans-serif;
   font-size: 11pt;
   font-weight: bold;
   color: #0000ff;
   text-align: center
}

table.headbox {
}

table.cal {
   text-align: center;
   border-style: ridge;
   background-color: #0000ff
}

thead.cal {
   font-family: Arial, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: #ffffff;
   text-align: center
}

td.noday {
   font-family: Arial, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   background-color: #888888
}

td.today {
   background-position: center center;
   background-repeat: no-repeat;
   font-family: Arial, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   background-color: #ffffff;
   color: #0000ff
}

td.day {
   background-position: center center;
   background-repeat: no-repeat;
   font-family: Arial, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   background-color: #ccccff
}

span.date a:link, span.date a:visited {
   text-decoration: none
}
