li {
    color: red;
    font-size: 18px;
}

h1 {
    color: red;
    font-size: 28px;
}

h2 {
    color: blue;
    font-size: 24px;
}

p {
    color: black;
    font-size: 14px;
	text-align: justify;
}

a {
    color: #0066cc;         
    text-decoration: none;   
    font-weight: bold; 
}
img {
    width: 800px;
    height: auto;             
    border-radius: 5px; 
}

.poudarek {
    background-color: blue;
    padding: 10px;
    border-left: 4px ;
    margin-bottom: 15px;
}

a:visited {
    color: red;   
}
header {
	height: 30px;
	backround image: url ("jezera.jpg" alt = "Slovenske znamenitosti");
}

section {
	text-decoration: none;
	color: black;
}
nav {
	text-decoration: none;
	color: white;
	background-color: blue;
}
	