/* local style sheets */

body { line-height: 1.3 }
table { width: 90% }
th, td { text-align: center }

@media screen {
  div.footer { display: none }
}
@media projection {
  div.cover { text-align: center }
  a { text-decoration: none; }
  :hover { background-color: yellow }
}

