body {
	color: Black;
	background-color: White;
	font-family: arial;
	font-size: 10pt;
	text-align: justify;
}

h1 {
	font-size: 14pt;
	text-align: center;

}

h2 {
	font-size: 13pt;
	text-align: center;
}

h3 {
	font-size: 12pt;
	text-align: center;
}

p {
   font-size: 10pt;
	text-align: justify;
}

p.foot{
	text-align: center;
}
p.cytat {
	font-style: italic;
	font-weight: bold;
}

p.literka:first-letter {
font-size: 12pt;
font-weight: 600; 
line-height: 130%;
}

a {
	color: #8B4513;
	font-size: 10pt;
	text-decoration: none;
}

a:hover {
	color: #ffcc00; 
}

a:active {
	color: Red;
	
}