* {
  margin: 0px;
  padding: 0px;
  border: none;
  font-family: verdana, tahoma, arial, sans-serif;
  text-align: justify;
  font-size: 16px;
  line-height: 20px;
}

body{
  background-image: url(grafika/tlo.jpg);
  margin: 0px 12px 12px;
}

body.gora{
  background-image: none; 
  background-color: #f5ffff; 
  text-align: center; 
}

body.lewy{
  background-image: url(grafika/tlo_menu.jpg);
  background-color: #2d2387;
  text-align: center; 
  color: yellow;
}

br {
  line-height: 15px;
}

div.MiniaturaLewa {
  float: left; 
  text-align: center; 
  margin: 10px 10px 10px 0;
}

div.MiniaturaPrawa {
  float: right; 
  text-align: center; 
  margin: 10px 0px 10px 10px;
}

h1{
  font-size: large;
  line-height: 30px;
  text-align: center; 
  margin: 12px;
}

hr {
  border: 1px solid #f5ffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  text-indent: 50px;
}

p.menu{
  text-indent: 0;
  margin-top: 10px;
  text-align: center; 
}

p.punkt { /* Kolejne rozdziały */
  text-indent: 0;
  margin: 30px 0 20px;
}

p.priorytet{
  font-style:italic;
  margin: 20px 0;
}

table {
  width: 90%;
  margin: auto;
}

table, th, td {
  border: 1px solid black;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  padding: 5px;
}
img {
  border: 1px solid black;
}

li {
  margin-left: 20px;
}

a.Miniatura {
  font-size: 12px;
}

a.menu{
  color: white;
  text-decoration: none;
}

a.spis{ /*spis.htm*/
  color: black;
  text-decoration: none;
  line-height: 25px;
}

a.menu:hover  { /*kursor nad miniaturką*/
  color: gray;
}

a.punkt { /* Kolejne rozdziały */
  font-size: large;
  line-height: 30px;
}
@media print {
  a {
    text-decoration: none;
  }

}

