div {
text-align: center;
}

body {
text-align: center;
background: #FFF4D4;
}

p.pierwszy {
font-family: "Tahoma", "Arial", "Lucida Console";
text-align: justify;
color: #000000;
font-size: 10pt;
line-height:150%}

p.drugi {
font-family: "Tahoma", "Arial", "Lucida Console";
text-align: left;
padding-left: 10px;
color: #000000;
font-size: 12pt;}

p.trzeci {
font-family: "Tahoma", "Arial", "Lucida Console";
text-align: left;
color: #000000;
font-size: 10pt;
padding-left: 20px;
font-weight: bold;}

p.kprawy {
font-family: "Tahoma", "Arial";
font-size: 10pt;
text-align: left;
padding-left: 20pt;}

p.kcytat {
font-family: "Tahoma", "Arial";
font-size: 10pt;
color: #CC3300;
text-align: right;
font-weight: bold;
padding-right: 20pt;}

p.stopka {
font-family: "Tahoma", "Arial";
font-size: 10pt;
color: #000000;
text-align: center;
font-weight: bold;}

a:link
{
	color: #336699; 
}
a:visited
{
	color: #663300; 
} 
a:active 
{
	color: #CC3300;
}
