.navbar {
  margin-top: 2em;
  padding-top: 1em;
  border-top: solid thin navy
}

.navbar IMG { float: right }

.normal {
  font-family: arial;
  font-size: 12;
}

.calendar { font-family: arial; font-size: 12; }
.calendarb { font-family: arial; font-size: 12; font-weight: bold; }
.calendarold { font-family: arial; font-size: 12; text-decoration: line-through }

.headbar {
  font: normal bold larger Arial, sans-serif ;
  background: #E0E0E0;
}

.title {
  font: normal bold larger Arial, sans-serif ;
}

A.menubar { color: "#FFFFFF"; text-decoration: none; font-family: verdana; font-size: 10px; font-weight: bold; text-transform: none }
A.menubar:link { color: "#ffffff"; text-decoration: none; font-family: verdana; font-size: 10px; font-weight: bold; text-transform: none }
A.menubar:hover { color: "#c0c0c0"; text-decoration: none; font-weight: bold; text-transform: none }
A.menubar:visited { color: "#FFFFFF"; text-decoration: none; font-family: verdana; font-size: 10px; font-weight: bold; text-transform: none }

@media print {
  .navbar { display: none }
}

