<head>
  <title>jamesguffee.com Concert Calendar</title>
  <style type="text/css">
  /* Calendar CSS */
   body { background-color: white;
          color: black;
          font-family: "arial",arial;
          font-size: 10pt;
        }
   a    { color: maroon; font-family: Arial; text-decoration: none }
   a:hover { text-decoration: underline; }
   .home { color: gold; font-size: 12pt; }

   .calendar   { color: black; font-family: FontName; background-color: maroon; text-align: center; padding: 1px; width: 600px }
   .calendar_today { background-color: black; width: 98%; padding: 2px; margin: 4px; text-align: center; }
   .calendar_event_1 { background-color: white; width: 98%; padding: 2px; margin: 4px; text-align: center; }
   .calendar_event_2 { background-color: white; width: 98%; padding: 2px; margin: 4px; text-align: center; }

   .calendar_artist_text { color: black; text-align: center; font-size: 16pt; font-weight: bold; }
   .calendar_date_text { color: dimgrey; font-size: 8pt; text-align: center; }
   .calendar_event_title_text { color: black; font-size: 12pt; font-weight: bold; }
   .calendar_venue_text  { color: dimgray; font-size: 10pt }
   .calendar_notes_text { color: black; font-size: 10pt; }
  </style>
</head>