h1    {
	color: green;
	font-weight: bold;
	text-align : center;
}

h2     {	color: blue; 
		font-style: italic
}

h3		{
	color : Maroon;
}

p    {
	text-indent: 10px;
	font-size: medium;
}
a        {
	text-decoration: none;
}
a:link   {
	color: Navy;
}
a:visited {
	color: #ADD8E6;
	font-weight : bolder;
}

a:hover  {
	color: Red;
	font-weight : bold;
}


body {
	font-family : Verdana;
	text-align : justify;
	color: Black;
	background : #FFF0C1;
	background-image : url(im/smrk2.jpg);
}


.nadpis {
	color: White;
	font-size : x-large;
}

.nadpis2 {
	color: black;
	font-size: x-large;
}
