html, body {
  margin: 0;
  padding: 0;
}
A.email {
	color: white;
	text-decoration:none;
}
A:hover.email {
	color: #e9e9e9;
	text-decoration: none;
}
A.adres {
	color: #007f00;
	text-decoration: none;
}
A:hover.adres {
	color: #00b201;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
}
p.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 0%;
	text-align: left;
	color: red;
}
p.email2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 0%;
	text-align: left;
	color: red;
}
p.adres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	color: white;
	text-align: left;
}
.kontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 120%;
	color: white;
	text-align: left;
}
.opis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 119%;
	font-weight: normal;
	color: white;
	text-align: left;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 119%;
	font-weight: normal;
	color: white;
	text-align: left;
}
.opis_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 114%;
	font-weight: normal;
	color: white;
	text-align: left;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: left;
}