/* CSS Document */
a:link {	
         color: #333333;
}
a:visited {
         color: #333333;
}
a:active {
         color: #CC7A00;
}
a:hover {
		color: #CC7A00;
}

.Novice {
		color: #804D00;
		text-decoration:none;
}
.Novice a:link {
	color: #804D00;
	text-decoration:underline;
}
.Novice a:visited {
	color: #804D00;
	text-decoration:underline;
}
.Novice a:active {
	color: #000000;
	text-decoration:none;
}
.Novice a:hover {
	color: #000000;
	text-decoration:none;
}
.Podstran a:link {
	color: #CC7A00;
	text-decoration:underline;
}
.Podstran a:visited {
	color: #CC7A00;
	text-decoration:underline;
}
.Podstran a:active {
	color: #804D00;
	text-decoration:none;
}
.Podstran a:hover {
	color: #804D00;
	text-decoration:none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(material/ozadje.png);
	background-repeat:repeat-x
}
Img {
	border-style:none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.naslov {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
