h1 {
  color: black;
  font-family: calibri;
  font-size: 25px;
  text-indent: 0px;
  text-align: left;
}

li {
  font-family: calibri;
  font-size: 16px;
  text-align: left;
  color: black;
}
p {
  font-family: calibri;
  font-size: 16px;
  text-align: left;
color: black;
}
 h2 {
  color: blue;
  font-family: calibri;
  font-size: 22px;
  text-indent: 10px;
  text-align: left;
 }
a:hover {
   color: black;
   text-decoration: none;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
img {
	max-width: 50000px
}
.odstavek {
color: black
}


nav a{
	color: black;
	padding: 20px 10px;
	margin: 20px;
	background-color: white;
	text-decoration: none;
}

nav{
	background-color: black;
	padding: 25px;
}
footer{
	background-color: black;
	color: white;
}