body {
	background: #fff;;
	background-image: url('../gfx/body_bg.jpg');
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	color: #5c5c5c;
}

a:hover {
	color: #eee;
}

span {
	color: #333;
}

p {
	text-align: justify;
}

h1 {
	font-size: 20px;
	text-align: left;
}

h2 {
	font-size: 14px;
	text-align: left;
}

ul {
	list-style: none;
}

ul li {
	padding-left:1.4em;
	background-image: url('../gfx/odrazka.gif');
	background-repeat:no-repeat;
	background-position: 0 5px;	
}