
body { 
margin: 0; 
}


.tresc {
font: 14px tahoma, sans-serif;
color: #ffffff;
padding: 15px;
text-align: left;

}


.naglowek {
font: 22px arial, sans-serif;
color: #ffffff;
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
padding-top: 2px;
font-weight: bold;
text-align: left;
}


.wejdz {    
	font: 16px tahoma, sans-serif;
	color: #2F2B22;
	padding: 10px;
	}
.wejdz a:link, .wejdz a:visited {    
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #DD2A13;
	padding: 10px;
	border: 2px #B0230F solid;
  }	
.wejdz a:hover, .wejdz a:active {    
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	background-color: #B0230F;
	padding: 10px;
	border: 2px #8E1D0D solid;
  }	
