body {
  background: #f6eebf;
  /*color: #733500;*/
  color: #301500;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align:left;
}

table {
  color: #733500; 
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#strona {
  margin: auto;
  width: auto;
}

a img {
 border: none;
}

a {
  color: #733500;
  text-decoration: none;
  font-weight: bold;
 }

a:hover {
  text-decoration: underline
 }

p {
  text-align: left;
  margin: 0px;
  padding: 0px;
  }
  
  
.tresc a {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  }

.tresc a:hover {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  }
  
.prawa {
  text-align: right;
 }
 
 .lewa {
  text-align: left;
 }
 
 .tresc table {
  width: auto;
  }
 

.tytul {
 font-size: 1.2em;
 font-weight: bold;
}  

.opis {
 font-style: italic;
 font-weight: normal;
 margin-bottom: 10px;
}

.tresc hr {
	height: 10px; 
	display: block; 
	border: 0 solid black; 
	margin: 1em auto;
	color: #610;
	background: url(ncss/hr.jpg) no-repeat left;
	clear: both;
}

.tresc p {
  margin-bottom: 10px;
}

