h1, h2, h3 { font-family: times; text-indent: 10px }

p{

  text-align: justify;

  text-indent: 0.5cm;

}

table {

  width: 800px;

  color: black;

  font-family: times;

  border: solid;

  border-color: black;

  border-width: 1px;

  text-align: center;

  background-color: rgb(161,199,148);

}

.linia{

  size: 7px;

  color: yellow

}

.komorka{

  text-indent: 10px;

  text-align: left;

  color: black;

  border-width: 0px;

  border: none;

}



.menuboczne{

  width: 200;

  text-align: left

}



a:hover{

  color: black

}

a:vlink{

  color: green

}

a{

  color: darkblue;

  font-style: italic

}

body{

  background-image: url(./tlo.png);

  background-repeat: no-repeat;

  background-attachment: fixed

}

div{

    margin-left: 20;

    margin-right: 20;

}