body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
h1 {
	font-size: large;
	font-style: oblique;
	text-align: center;
	width:50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	
}

.meni {
	border: 1px solid #000000;
	background-color: #000066;
	padding: 0.2em;
	float: right;
	text-decoration: none;
	margin-top: 0.5em;
	margin-right: 0.4em;
	color: #FFFFFF;
}
.glava {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0;
	border-right: 0;
	display: block;
	background-color: #000066;
	margin-bottom: 1em;
	margin-top: 10px;
	text-align: center;
	color: white;
}
.opis {
	font-style: italic;
	margin-left: 3em;
	margin-right: 1em;
	text-align: justify;
}
.naslov {
	font-size: larger;
	font-weight: bold;
	margin-left: 1em;
	margin-top: 1em;
}

.podnaslov {
	font-size: 1em;
	font-weight: bold;
	margin-left: 2em;
	margin-top: 0.2em;
	font-style: italic;
}
