a { text-decoration: none }
a:hover { text-decoration: underline }
table { border : solid 1px black; border-collapse : collapse }
td { border : solid 1px black; padding: 0.2em }
th { border : solid 1px black; padding: 0.2em }
table.nav-table { border : none; border-collapse : collapse; width: 100% }
table.nav-table td { border : none; padding: 0.2em; vertical-align: top }
p.copyright-notice { font-size: x-small }
hr { border : solid 1px black }

@media print {
  table.nav-table { display: none }
  hr { display: none }
  a { text-decoration: none; color: black }
}
