body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000033
}


.czcionka_kolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #e2e1e1;
}

.czcionka_duza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: 900;
	font-variant: normal;
	color: #000033;
}
.linki {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d3e2d;
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
}

.linki:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d3e2d;
	cursor: hand;
	text-decoration: underline;
}

.czcionka_mala {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 800;
	font-variant: normal;
	color: #e2e1e1;
}




