li {color: purple;
font-size: large;
 }
	
h1 {color: navy;
text-align: center;
font-size: 40px;
}

h2 {color: purple;
text-align: left;
font-size: 30px;
font-family: Arial;
}

p {color: black;
font-family: Arial;
text-indent: 2%;
text-decoration: none;
}

.metulj{font-weight: bold}

a:link {color: fuchsia;
text-decoration: none;}

a:visited {color: purple}

a:hover {text-decoration: underline;
color: blue;}

img {max-height: 300px}

nav {background-color: indigo;
padding: 15px;
}

nav a:link,nav a:visited {color: #FFE4E1;
padding: 15px 10px;
margin: 10px;
background-color: #483D8B;
text-decoration: none;
}

footer {position: fixed;
bottom: 10px;
text-align: center;
color: #FFE4E1;
background-color: #483D8B;
}