@charset "utf-8";
/* CSS Document */

body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FAFAF0;
	line-height:100%;

}
.red {
	color:red;
}
.white {
	color:white;
}
.naslov1 {
	font-weight: bold;
	font-size: 120%;
	background-color:#605EEF;
	color:white;
	text-align: center;

}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
p {
	margin-bottom: 0em;
	margin-top: 5px;
}

ul {
	margin-bottom: 5px;
	margin-top: 5px;
}
li {
	margin-bottom: 2px;
	margin-top: 2px;
}
table {
	margin-top: 10px;
	margin-bottom: 10px;

}
