body {
	color: red;
	background-color: #fff3d9;
}
#cim {
	background-image: url(img/cim2.jpg);
	background-repeat: repeat-x;
	color: red;
	font-size: large;
	font-weight: bold;
	padding: 2px;
}
#nor {
	top: 5px;
	background-color: #ffd700;
	border-width: 1px;
	border-color: red;
	border-style: dotted;
	width: 350px;
	text-align: justify;
	padding: 3px;
}
#pic {
	background-color: #ffd700;
	border-width: 1px;
	border-color: red;
	border-style: dotted;
	padding: 2px;
	margin: 2px;
	min-width: 1px;
	min-height: 1px;
	max-width: 330px;
	max-height: 245px;
}
#norbal {
	top: 5px;
	right: 5px;
	background-color: #ffd700;
	border-width: 1px;
	border-color: red;
	border-style: dotted;
	width: 350px;
	text-align: justify;
	padding: 3px;
}
a, a:visited {
	color: blue;
	text-decoration: none;
}
a:active, a:hover {
	color: blue;
	text-decoration: underline;
}
#kosz {
	top: 5px;
	background-color: #ffd700;
	border-width: 1px;
	border-color: red;
	border-style: dotted;
	width: 500px;
	text-align: justify;
	padding: 3px;
}
