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}