body {
	font-family: Verdana, lucida, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10px;
	background:#FFFFFF;
}
h1 {
  font-family: Verdana;
	text-align: center;	
	font-size: 48px;	
	font-weight: bold;
	color: rgb(0, 0, 0);
	margin: auto;
}
h2 {
	font-family: Verdana;
	text-align: left;
	font-size: 13px;
	color: rgb(0, 0, 0);
	font-weight: bold;
  text-decoration: underline;
}
.header_right {
  font-family: Verdana;
	font-size: 15px;	
	font-weight: bold;
  color: rgb(153, 204, 0);
	margin: auto;
}
.obsah {
  border: 0;
	padding: 10px;	
	background: rgb(204, 255, 204);
  vertical-align: top;
  height: 100%;
  width: 100%;
	font-family: Verdana;
	font-size: 13px;
	color: rgb(0, 0, 0);
}
.odstavec {
  text-align: justify;
}
A:link {
	color: #003399;
	text-decoration: underline;
}
A:visited {
	color: #003399;
	text-decoration: underline;
}
A:hover {
	color: #D26900;
	text-decoration: underline;
}
A:active {
	color: #003399;
	text-decoration: underline;
}
A.menuA:link {
	color: #000000;
	text-decoration: none;
}
A.menuA:visited {
	color: #000000;
	text-decoration: none;
}
A.menuA:hover {
	color: #D26900;
	text-decoration: underline;
}
A.menuA:active {
	color: #000000;
	text-decoration: none;
}
