body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #381c17;
}
.bluetitle {
	color: #39939B;
}

.linki2 {
	font-weight: bold;
	color: #39939B;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.linki {
	color: #535c62;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.linki3 {
	color: #535C62;
	text-decoration: underline;
	font-weight: bold;
}
.linkiblack {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
label,textarea {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: left;
	width: 100px;
	padding-left: 1px;
}
label.hidden {
	position: absolute;
	left: -1600px;
}
.button {
	cursor: pointer;
}