body {
	color: blue; background-color: silver;
}
a:link {
	color: green; text-decoration: none;
}
a:visited {
	color: teal; text-decoration: none;
}
a:hover {
	color: red; text-decoration: underline;
}
a:active {
	color: rgb(153, 0, 0); text-decoration: none;
}
h1 {
	text-align: center; color: green; text-decoration: none;
}
h2 {
	text-align: left; color: green; text-decoration: none;
}
h3 {
	text-align: left; color: blue; text-decoration: underline;
}
.nadpis {
	text-align: left; color: green; font-size: 14pt; text-decoration: none;
}
h6 {
	background: white; text-align: center; color: black; font-size: 10pt; font-weight: normal;
}
.nahoru {
	text-align: center; font-size: 10pt; font-weight: normal;
}
.navigace {
	text-align: center; font-size: 10pt; font-weight: normal;
}
.uvod {
	text-align: left; font-size: 10pt; font-style: italic;
}
.apel {
	text-align: left; color: red; font-size: 10pt; font-style: italic;
}
.small {
	color: black; font-size: 10pt; text-decoration: none;
}
.prouzek {
	background: white; border-style: ridge; padding: 6px; left: 0px; top: 10px; width: 90%; height: auto; text-align: center; right: 0px; overflow: auto;
}
.prouzek_l {
	background: white; border-style: ridge; padding: 6px; left: 0px; top: 10px; width: 90%; height: auto; text-align: left; right: 0px; overflow: auto;
}
