.tekst {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	color: white;
	text-align: justify
	margin-left: 60px;
	margin-right: 0px;
}

.tekst_center {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	color: white;
	text-align: center;
	margin-left: 60px;
	margin-right: 0px;
}
.tekstblack {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	color: black
	text-align: justify
	margin-left: 60px;
	margin-right: 0px;
}

.formularz{
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	color: black;
	text-align: justify
	margin-left: 60px;
	margin-right: 0px;
	border-color: black; 
	border-style: solid; 
	border-width: 1px;
}

.formularz2{
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	color: black;
	text-align: justify
	margin-left: 60px;
	margin-right: 0px;
}

.tytul {
	color: #ffc600;
	font-family: verdana;
	font-size: 14px;
	font-style: solid;
	text-align: justify
	margin-left: 60px;
	margin-right: 0px;
	text-decoration: bolded;
}

.tekst_red {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	color: #7f0000;
	text-align: justify
	margin-left: 60px;
	margin-right: 0px;
}

.data {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	color: gray;
	text-align: justify
	margin-left: 60px;
	margin-right: 0px;
}

.ramka {
	border-color: black;
	border-style: double;
}


a {
	font-family: verdana;
	font-size: 10px;
	color: #ffc600;
	text-decoration: none;
}
a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #ffc600;
	text-decoration: underline;
}