@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

a:link {

}

.naslov{
	text-decoration: underline;
	font-size: 13px;
	color: #00386b;
	font-weight: bold;
}

.naslov a{
	text-decoration: underline;
	font-size: 13px;
	color: #00386b;
	font-weight: bold;
}


.tekst{
	font-size: 13px;
	color: #444242;
}


.link{
	font-size: 10px;
	color: #00386b;
	text-decoration: none;

}

.link a{
	text-decoration: none;
	color: #00386b;
}
