h1 {
  color: green;
  font-size: 30px;
  font-family: verdana;
  text-align: center;
  text-indent: 10px
}
body {
	background-color: lightgrey;
}
li {
	font-family: calibri;
	font-size: 30px;
	text-align: left;
    text-indent: 10px;
}
p {
	font-family: calibri;
	font-size: 23px;
	text-align: left;
    text-indent: 10px;
	}
a:link {
  color: red;
  text-decoration: none;
  background-color: yellow;
}
a:visited {
  color: blue;
  text-decoration: none;
  display: inline-block;
}
a:hover {
  color: red;
  text-decoration: none;
  background-color: yellow;
}
img {
  max-width: 300px;
  height: auto;
}
.odstavek {
	color: black;
}
