body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*font-size: 80%;*/
  line-height: 135%;
  }

a:link {
  color: #000099;
}

a:visited {
  color: #000099;
}

a:hover {
  color: #FF0000;
}

#tbl td {
font-size: 90%;
}

.month { padding:4px 6px; background-color:#A6E2FF; font-weight:bold; font-size:90%; }

.eventtable { width:100%; border-collapse:collapse; margin-bottom:20px; }
.eventtable td { padding:4px; }
.eventtable tr.div td { border-top: 1px solid #A6e2ff;}
.eventtable td { vertical-align:top; }
.eventtable td.date { width:18%; }
.eventtable td.time { width:14%; text-align:right; }
.eventtable td.info { width:69%; }
.r { text-align:right; }
