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

h1 {
	font-size: 18pt;
	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{
    font-size: 9pt;
	text-align: center;
	font-weight: normal;
}
p.cytat {
	font-style: italic;
	font-weight: bold;
}

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

a {
	color: #007ccf;
	font-size: 10pt;
	text-decoration: underline;
}

a:hover {
	color: #FFD700; 
}

a:active {
	color: Red;
	
}
a.foot {
	font-size: 9pt;
	text-decoration: none;
}
.centra {
	text-align: center;
}
