/*
  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;
 }

DIV.menu {
  color: #CCCCCC;
  text-align: center;
 }
A.menu {
  color: #888888;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  line-height: 20pt;
  padding-bottom: 3;
  padding-left: 5;
  padding-right: 5;
  text-decoration: none;
 }
A.menu:hover {
  background-color: #F2F2F2;
  color: blue;
  padding-bottom: 3;
  padding-left: 5;
  padding-right: 5;
  text-decoration: underline;
 }


#prawy {
  float: right;
 }

/*
.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;
 }
*/
