body 
{
	background-image: url("../obrazky/sakura.jpg");
	background-repeat: no-repeat;
	background-position: right;
}





h1
{color: green;
text-align: center;
background-color: lightpink;

border-style: solid solid none none;
border-color: darkgreen;

}


p.prvni
{
	text-align: justify;
	text-indent: 1cm;

}