html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #FF6600;
	text-align: center;
}

div.body {border-style: groove;
					border-color: #FF6600;
					width: 780px;
					margin-left: auto;
					margin-right: auto;
					text-align: center;
}

div.logo {
					height: 200px;
					background-image: url('../zdjecia/strona/logo.jpg');
					}
					
div.tresc {
					background: #FF6600;
					font-family: verdana;
					padding-bottom: 50px;
					}
					
div.tresc h1 {
							font-size: 22px;
							font-weight: bold;
							text-align: center;
							color: #352A20;
							text-shadow: 2px 2px 7px #352A20;
						 }
						 
div.tresc h2 {
							font-size: 28px;
							font-weight: bold;
							text-align: center;
							color: #352A20;
							text-shadow: 1px 1px 5px #352A20;
							}						 
							
div.tresc h3 {
							font-size: 16px;
							font-weight: bold;
							text-align: center;
							color: #352A20;
							text-shadow: 1px 1px 5px #352A20;
							}							
							
div.tresc h4 {
							font-size: 14px;
							font-weight: bold;
							text-align: center;
							color: #352A20;
							}	

div.tresc h5 {margin-top: -45px;
							font-size: 12px;
							font-weight: bold;
							text-align: center;
							color: #352A20;
							}	

div.tresc p {
							font-size: 16px;
							font-weight: bold;
							color: #352A20;
							padding-left: 40px;
							padding-right: 40px;
							text-align: justify;
							text-indent: 50px;
							text-shadow: 1px 1px 5px #352A20;
						 }
						 
div.tresc a {color: #352A20;}
						 
table {
			 margin-top: -20px;
			 font-size: 12px;
			 font-weight: bold;
			 text-align: center;
			 color: #352A20;

			}						 
						 
img{border-style: groove;
								border-color: #FF6600;
							}						 
						 
div.stopka {
						font-size: 14px;
						font-weight: bold;
						color: #352A20;
						background: #FF6600;}
						


