/* CSS Document */
	body {
   background-color: #339966;
   width: 990px;
   margin-left: auto;
   margin-right: auto;
   }
   body,td,th {
   font-family: "Verdana", "Arial";
   font-size: small;
   color: #000000;
   }
   .styl1 {
   font-size: x-small;
   font-weight: bold;
   }
   #main {
   background-color: #C0C081;
   padding: 10px;
   }
   #tresc {
   padding-left: 150px;
   }
   a:link {
   text-decoration: none;
   color: #006600;
   }
   a:visited {
   text-decoration: none;
   color: #000000;
   }
   a:hover {
   text-decoration: none;
   color: #339966;
   }
   a:active {
   text-decoration: none;
   }
   #tytul {
   font-size: 24px;
   font-weight:800;
   padding-top: 20px;
   width: 400px;
   margin-left: auto;
   margin-right: auto;
   }
   #obr1 {
   position: absolute;
   padding-left: 220px;
   }
   #obr2 {
   position: absolute;
   padding-left: 820px;
   }
   #ilicz {
   position: absolute;
   padding-top: 1px;
   padding-left: 1px;
   }
   h1 {
   font-size: large;
   padding-left: 30px;
   padding-top: 60px;
   }
   h2 {
   font-size: small;
   padding-left: 30px;
   }
   ul, ul li {
	display: block;
	list-style: none;
	top: 180px;
	padding: 0;
	background-color: #C0C081;
	font-weight: bold;
	}
	ul {
	position: absolute;
	}
	ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 115px;
	text-align: center;
	padding: 2px 0;
	font-weight: bold;
	color: #000000;
	}
	ul a:hover {
	background-color: #339966;
	color: #C0C081;
	}