html {
  text-align: center; margin: auto; padding: 0;
}

body {
  font: 12px verdana, tahoma, arial, sans-serif;
  background: #000000;
  color: #BFD2D6;
  margin: 0 0 0 0; padding: 0; text-align: center;
 
}


#strona {
	
	position: relative;
	margin: auto;
	width: 970px;
	height: auto;
	background: #000000;


}

#up  {
	position: relative;
	margin: auto;
	width: 970px;
	height: 180px;
	float: left;
	background: #000000;
}

#menu  {
	position: relative;
	float: left;
	width: 230px;
	height: 402px;
	background: #000000;
	
}



#kontener  {
	position: relative;
	float: left;
	width: 740px;
	height: auto;
	background: url(kontener.jpg) no-repeat;
}



#stopa  {
	position: relative;
	float: left;
	width: 970px;
	height: 15px;
	
}

a {
  color: #BFD2D6; // Kolor zwykłego odnośnika
  text-decoration: none;
  // inne style
	

}
:hover {
  color: #BFD2D6; // Kolor 'najechanego' odnośnika
  // inne style
}

a {    
text-decoration: none;
}


h1 { font-size: 15px; text-align: left; margin: 30px;}
h2 { font-size: 14px }
h3 { font-size: 13px }
h4 { font-size: 12px }
h5 { font-size: 18px }



p {
  text-align: justify;
  margin: 20px;
  text-indent: 40px;
}

table {
font-size: 16px
}

ul{
text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 27px;

}
