body {
      background-color: #fad49f;
      font-family: times;
	 }
.strona {
      background-color: #f8c06f;
      border-top: thin solid black;
      border-right: thin solid black;
      border-left: thin solid black;
      border-bottom: thin solid #CCCCCC;
      width: 700px;
      height: 750px;
      margin-left: auto; 
      margin-right: auto;
     }
	 
.top {
      background-color: #f8c06f;
      width: 100%;
      height: auto; 
      text-align: center;
	 }
.meni {
      background-color: #f8c06f;
	  width: 100%;
	  height: auto;
	  margin-top: 3px;
	  border-top: thin solid white; 
	  border-bottom: thin solid white;
     }
.main {
      background-color: #f8c06f;
	  width: 100%;
	  height: auto;
	  
	 }
.bottom {
      font-size: 80%;
      border: thin solid black;
      vartical-align: bottom;
      text-align: right;
      background-color: black;
      color: white;
      width: 700px;
      height: auto;
      margin-left: auto; 
      margin-right: auto;
      height: 15px;
     }
ul.menu   {
      float:left;
      width:100%;
      padding: 0;
      margin: 0;
      list-style-type:none;
	  font-size: 90%;
	  font-stretch: expanded;
	  text-align: center;
     }
a:link {
      color: red;
      text-decoration: none;
      font-style: times;
     }
a:visited {
      color: #8b150f;
      text-decoration: none;
      font-style: times;
     }
a:active {
      color: red;
      text-decoration: none;
      font-style: times;
     }
a:hover {
      color: #e48703;
      text-decoration: underline;
      font-style: times;
     }
a.menu1    {
      float:left;
      width:6em;
      text-decoration:none;
      color:white;
      background-color: #f7aa3d;
      padding:2px 6px ;
      border-right:1px solid white;
     }
a.menu1:hover {
      background-color: #973003;
	 }
li.menu1 {
      display:inline;
	 }
p {
      text-indent: 1cm;
      text-align: justify;
      margin-left: 10px;
      
     }
p.news {
      margin-top: -6px;
      margin-left: 10px;
      margin-right: 10px;
      
     }
p.main {
      width: auto;
      height: auto;
      text-indent: 1cm;
      text-align: justify;
      margin-left: 10px;
      margin-top: 10px;
      margin-right: 10px;
      line-height: 25px;
     }
img.oko {
      float: left;
      margin: 10px 10px 0px 10px;
      border: 2px dashed black;
     }
img.galeria {
      margin: 10px 20px 10px 20px;
      border: 5px solid white;
     }
h4 {
      margin-left: 10px;
      margin-top: 40px;
     }
hr.news {
      margin-top: -10px;
      margin-left: 10px;
      width: 150px;
      text-align: left;
     }
span.bold {
      font-weight: bold;
     }
span.highlight {
      background-color: white;
      color: black;
     }
span.highlight:hover {
      background-color: #f8c06f;
      color: red;
     }
span.pochyl {
      font-style: italic;
      font-size: 60%;
     }
table.galeria {
      text-align: center;
      background-color: #fad49f;
      border: thin solid #ad6600;
      margin-left: auto; 
      margin-right: auto;
     }