@charset "utf-8";
/* CSS Document */

<!--

body {	
	margin-left:		0px;
	margin-top: 		0px;
	margin-right: 		0px;
	margin-bottom: 		0px;
	font: 				11px Arial, sans-serif; 
}

a {
	outline:			none
}

img { 
	border: 			0;
}

.naslov {
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-size:			12px;
}

.link { 
	color:				#000;
	font-size:			10px;
	font-weight:		bold;	
}
	
	.link a {
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			10px;
		text-decoration: 	none;
		color:				#000;
		font-weight:		bold;	
	}
	
		.link a:hover {
			color:				#009;
		}
		
		.link a:active {
			color:				#009;
		}

.bg_573x1 {
	background-image:		url(../img/1x1px_siva_svetla.gif);
	background-repeat:		repeat-x;
	height:					1px;
}

-->