h1 { 
	text-align: center;
	background-color:fuchsia;
	border: solid 4px black;
	font-size: 2.5em;
}

h2 {
	text-align: center;
	background-color: fuchsia;
	background-visibility: 1;
	border: solid 3px black;
	font-size: 2.4em;
}

p#peti {
	font-size: 120%;
	font-weight: bold;
	color: white;
	background-color: purple;
}

#sesti {
	font-size: 120%;
	color: white;
	background-color: navy;
}

.prvi { color: purple}
.drugi { font-weight: bold}
.tretji {font-style: italic}
.cetrti {font-family: verdana}
