html, body {
    background: #000000;
    text-align: center;
    font-size: 10px;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
}
body * {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    text-align: left;
}
img {
    border: 0px;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px 10px 0px 180px;
}
h2 {
	font-size: 1.5em;
	text-align: center;
	
}
h3 {
    font-size: 1em;
    font-weight: bold;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
	
}
table {
    padding: 0px;
    border: 0px;
    margin: 0px auto 0px auto;
    background: #000000;
}
td {
    text-align: left;
    vertical-align: top;
    background: #000000;
}
.tresc {
    text-align: left;
    padding-top: 20px;
    padding-right: 5px;
    vertical-align: top;
    background-image: url(images/tekst.jpg);
}
.podstrona_tekst {
    text-align: left;
    padding-top: 20px;
    padding-right: 20px;
	 padding-left: 20px;
    vertical-align: top;
    background-image: url(images/text_background.jpg);
}
p.tekst {
	text-align: left;
	padding: 5px 10px 10px 180px;
}
p.copyright {
	text-align: center;
	font-size: xx-small;
	color: #78580C;
}
p.copyright a {
	
	color: #78580C;
	text-decoration: none;
}
p.copyright a:visited {
	
	color: #78580C;
}
p.copyright a:hover {
	
	color: #78580C;
	text-decoration: underline;
}
img {
float: left;
}
a {
	color: Maroon;
	font-size: 1em;
}
a:visited {
    color: #c60000;
}
a:hover {
	color: #9a0000;
}

