/* CSS Document */
@charset "utf-8";
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	color: dimgrey;
	margin: 0;
	padding: 0;
	background-color:white;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}

.tekst {
	color: dimgrey;
	text-align: center;
	font-size: 0.86em;
}
.naslov {
	color: dimgrey;
	font-style: bold;
	text-align: center;
	font-size: 50px;
}