@charset "utf-8";
/* CSS Document */

.Naslov {
	font-family: Arial;
	font-size: 80px;
	color: #0000FF;
	text-indent: 35px;
}
.NavMeni1 {
	background-color: #FFFFFF;
	line-height: 10px;
}
.NavMeni2 {
	background-color: #0000FF;
	line-height: 25px;
}
.NavMeni3 {
	background-color: #FF0000;
	line-height: 10px;
}
.Sadrzaj {
	background-color: #FFCC66;
}
body,td,th {
	font-family: Arial;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	text-align: center;
}
body {
	background-color: #FFCC99;
	background-attachment: fixed;
	background-image: url(../Slike/Untitled-1.png);
	background-repeat: repeat;
}
.SadrzajSlika {
	padding: 5px;
}
