h1 {
	color: red;
	font-size: 25px; 
	text-align: center;
	text-indent: 0%;
	}
	
h2 {
	color: purple;
	font-size: 23px; 
	text-align: left-side;
	text-indent: 0%;
	}
	
p {
	color: brown;
	font-size: 21px;
	text-align: left-side;	
	text-indent: 0%;
	}
	
li {
	color: green;
	font-size: 20px;
	text-align: left-side;	
	text-indent: 0.1%;
	}
	
a:link { 
   color: navy;
   text-decoration: none;
}

a:visited {
   color: blue;
   text-decoration: none;
}

a:hover {
   color: red;
   text-decoration: underline;
}

a:active {
   color: purple;
   text-decoration: underline;
   background-color: green;
}

img{max-width: 500px; }

.odebeljeno
{
	text-decoration: bold;
	color:gray ;
}

header {
	height: 562px;
	background-image: url("slike/Luka.jpg");
}

nav {
	background-color: yellow;
	padding: 20px;
}

nav a {
	text-decoration: none;
	font-size: 33px;
	padding: 2px 4px 2px 4px;
	display: inline-block;
	color: black;
	background-color: rgb(55,0,85);
	margin: 5px;
	margin-left: 45px;
}

nav a:visited {
	color: blue
}

section {
	margin-left: 50px
}

footer {
	margin: 0;
	width: 100%;
	bottom: 0;
	height: 50px;
	background-color: gray;
}

footer p {
	text-align: center;
	font-size: 25px;
	color: white;
	line-height: 51.5px;
}