body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Times New Roman, Times, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

p {
	font-size: 18px;
	line-height: 100%;
}

p.lokalizator {
	font-size: 18px;
	line-height: 140%;
	font-style: italic;
}

p.yinlongopis {
	font-size: 16px;
	line-height: 120%;
	font-style: italic;
	margin-top: 7px;
	margin-bottom: 5px;
}

p.yinlongopistytul {
	font-size: 18px;
	line-height: 120%;
	font-style: italic;
	margin-top: 7px;
	margin-bottom: 5px;
}


p.tekst {
	font-size: 16px;
	line-height: 120%;
}

p.tekstwiekszy1 {
	font-size: 20px;
	line-height: 80%;
}

p.aktualnoscitytul {
	font-size: 24px;
	line-height: 80%;
}


a {
	color: navy;
	text-decoration: none;
}

a:hover {
	color: purple;
	font-weight: normal;
}
