.hlavni { background-color: white; color: #007f00; }
h2 { 
	background-color: #007f00; 
	color: white; 
	text-align: center;
}
A:link {color: Red; }
A:active {color: Black; }
A:visited {color: Red; }
A:hover {
  background-color: Red;
  color: white;
}
.mapa { 
	font-weight: bold;
        font-size: 150%;
	color: black;
}
p {
    text-indent: 1em;
    text-align: justify; 
  }

.stred {
    text-align: center; 
  }

th { color: white;
     background-color: #007f00; }

