body {
  margin: 0px;
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
  background-color: #BCD0CA;
  background-image: url(bg.jpg);
  background-repeat: repeat-x;
  }

.czcionka {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	color: #222222;
}

.czcionka1 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.menu {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #006699;
	cursor: hand;
	text-decoration: none;
}

.menu:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #0033CC;
	cursor: hand;
	text-decoration: underline;
}

