table {
   width: 95%;
}

th {
   background: lightgrey;
}

th.archName {
   background: #eeeeee;
   font-weight: normal;
}

td.eventName {
   font-family: sans-serif;
}

td.eventDesc {
   font-style: italic;
}

td.eventNA {
   background: #777777;
}
