* {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}
body {
	background: #60bcf6;
	color: #434343;
	margin: 0px;
	padding: 0px;
}
fieldset {
	padding: 5px;
}
legend {
	padding: 5px;
	margin-left: 30px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size:  15px;
	font-variant: small-caps;
	font-weight: bolder;	
}
a,
a:link,
a:visited {
	color: 000000;
	text-decoration: none;
}
a:hover {
	color: Red;
}
.input {
	border: 1px inset #DCDCDC;
	background-color: #60bcf6;
	color: Black;
	padding: 1px;
}
.check {
	border: none;
	background-color: transparent;
}
.error_table {
	color: red;
}
.img {
	border: 1px solid black;
}
.kwadrat {
	width: 25px;
	text-align: center;
}
ul {
	margin: 0px;
	list-style-position: inside;
	list-style-type: circle;
}
.nodot {
	list-style-type: none;	
}