body{
	background-color :purple;
}
#header{
	font-size : 22px;
	color : lightgreen;
	text-align : center;
	font-weight : bold;
}
h2{
	text-decoration:underline;
    font-size:120%;
    font-family:serif;
    text-transform:uppercase;	
	color : rgb(160, 128, 80);
}	
.vrsta{
	color:yellow;
	font-family:serif;
}
.class2{
	color : yellow;
	font-family : serif;
}	
#id6{
	background-color:rgb(128,80,128);
	color:rgb(0,80,128);
	font-style:oblique;
	font-family: Arial;
}

#footer1{
	text-align : center;
	color : yellow;
}	
.slika{
	width:20vw;
	height:20vh;
	:center;
}	
div{
width:60%;
text-align : center;	
}	