body {
	background-color: White;
	margin: 0px;
	padding: 0px;
}
.bila {
	background-color: #E4F2C8;
}
.nadpis {
	background-color: #6B8E23;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: White;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF4500;
	padding: 0px;
	margin: 0px;
	padding-left: 30px;
}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF4500;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.menu-tabulka {
	background-color: White;
}

.menu-tabulka-tr {
	background-color: White;
	height: 20px;
}
.menu-tabulka-td {
	background-color: #6B8E23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: bold;
}
.menu-tabulka-td a:link {
	color: #FAFAD2;
	font-weight: bold;
	text-decoration: none;
}
.menu-tabulka-td a:visited {
	color: #FAFAD2;
	font-weight: bold;
	text-decoration: none;
}
.menu-tabulka-td a:hover {
	color: Yellow;
	font-weight: bold;
	text-decoration: underline;
}
li {
	
	padding-left: 10px;
	padding-right: 30px;
	text-align: justify;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #2F4F4F;
}

.text {
	
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #2F4F4F;
}
.pata {
	
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #2F4F4F;
	
}
.pata a:link{
	color: #FF4500;
	text-decoration: underline;
}
.pata a:visited{
	color: #FF4500;
	text-decoration: underline;
}
.pata a:hover{
	color: Maroon;
	text-decoration: underline;
}