/* CSS Document */
body {
	font-family: tahoma;
	font-size: 10px;
	color: #CCCC66;
	scrollbar-base-color: white;
  	scrollbar-dark-shadow-color: white;
  	scrollbar-face-color: #CCCC99;
  	scrollbar-highlight-color: white;
  	scrollbar-shadow-color: black;
  	scrollbar-3d-light-color: white;
}
.naslov {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #CCCC66;
}
.besedilo {

	font-family: tahoma;
	font-size: 12px;
	color: #CCCC66;
}
a {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CCCC99;
	text-decoration: underline;
}


