body.seznam{
	background-image: url(DATA/ZNAK3.JPG);
	background-repeat: repeat;
	background-attachment: fixed;
}
body.plastika{
	background-image: url(DATA/ZNAK2.JPG);
	background-repeat: repeat;
	background-attachment: fixed;
}
a{font-size: 15pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000; 
}
a:hover { color: #ff0000 }
	
img{
	border: 1px;
	border-color: Black;
	border-style: solid;
}
#text{
	max-width: 600px;
	margin: auto;
	padding-left:5px;
}