a:link {
	color: #2B726C;
	text-decoration: none;
}

a:visited {
	color: #2B726C;
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
}

.txtOPISI {
	 font: normal 13px/20px Geneva, Georgia, Helvetica, Arial;
	 color:#6E6E6E; 
	 text-align:justify;
}

.txtOPISI-NASLOV {
	 font: bold 20px Geneva;
	 color:#2B726C; 
}

.txtVERDANA {
	font: normal 10px Verdana;
	color: #6E6E6E;
}

.txtVERDANA-NASLOV {
	font: bold 12px Verdana;
	color: #2B726C;
}

.LeviM-Over {
	font: bold 10px Verdana;
	color: #2B726C;
	text-decoration: none;
	background-image: url(../Slike/Izbor_on.jpg);
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}

.LeviM-Out {
	font: bold 10px Verdana;
	color: #6E6E6E;
	text-decoration: none;
	background-image: url(../Slike/Izbor_off.jpg);
	background-position: left;
	background-repeat: no-repeat;
	cursor: default;
}


