/*
  apod.css 0.01
  (C) Tomasz Kundera 15 IX 2004
 */
.litera {
  border-bottom: 7px solid peru;
  color: sienna;
  font-family: Arial, sans-serif;
  font-size: 16pt;
  font-variant: small-caps;
  font-weight: bold;
  text-align: left;
 }

.menu {
  border-bottom: 1px solid peru;
  color: sienna;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
 }
A.menu {
  text-decoration: none;
 }
A.menu:hover {
  text-decoration: underline;
 }

