#multi { 
	background-repeat :  repeat; 
	background-image: url(pictures/tlo.jpg);
	text-align: center;
}
 #once-y { 
	background-repeat :  repeat-y;
	background-image: url(pictures/lewo.jpg);
	text-align: center;
	width: 150px;
}
#once-x { 
	background-repeat :  repeat-x;
	background-image: url(pictures/gora.jpg);
	text-align: center;
	height: 150px;
}
#once { 
	background-repeat : no-repeat;
	background-image: url(pictures/rog.jpg);
	text-align: center;
	width: 150px;
	height: 150px;
}
.story TD { 
	padding: 10px;
}
.tabela { 
	color: black;
	width: "90%";
	background-color: #F0FFFF;
}
.tabela TH { 
	color: red;
}
body { 
	margin: 0px; 
	background :  Silver;
	background-image: url(pictures/deska.jpg);
	font-size: small;
	text-align: center;
}
table {
	width : 100%;
}
table tr td { 
	margin: 0px;
	padding: 0px;
	text-align: center;
}
td {
	margin :  0px;
	padding: 0px;
} 
A {
	text-decoration :  none;
	color :  Blue;
	background-color :  transparent;
}
A:hover {
	color :  Red;
	background-color :  transparent;
	text-decoration: underline;
}
P { 
	text-align: justify;
	padding: 0px;
	color: navy;
	background-color :  transparent;
}
P STRONG { 
	font-size: medium;
	color: blue;
	background-color :  transparent;
}
MENU { 
	text-align: justify;
}
MENU A  { 
	list-style-image :  url(pictures/kulka.gif);
	list-style-type :  disc;
}
MENU A:HOVER { 
	list-style-image :  url(pictures/kulka2.gif);
	list-style-type :  disc;
}
UL { 
	text-align: justify;
	margin: 0px, 0px, 0px, 20px;
}
H1 { 
	color: Yellow;
	background-color :  transparent;
	font-size: x-large;
	font-family: serif;
	font-variant: small-caps;
}
H2 { 
	color: red;
	background-color :  transparent;
}
H3 { 
	color: green;
	background-color :  transparent;
	margin-bottom: 0px;
}
H4 { 
	color: navy;
	background-color :  transparent;
}
H5 { 
	color: red;
	background-color :  transparent;
	font-variant: small-caps;
}