.tekst {
	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: #CFCFCF; 
	border-style: solid; 
	border-width: 1px;
}

.tekst_white {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	color: white;
	text-align: justify
	margin-left: 60px;
	margin-right: 0px;
}

.tytul {
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	color: #7f0000;
	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: red;
	text-decoration: none;
}
a:hover {
	font-family: verdana;
	font-size: 10px;
	color: red;
	text-decoration: underline;
}