.Naslov {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
	color: #996600;
	margin: 15px;
	border: 2px solid #996600;
	font-weight: bold;
	padding: 0px;
}
.links {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	border-bottom: 1px solid #996600; 
	border-top:1px solid #996600; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 50px;  
	background-color: #FAFAD2;  
	color: #2F4F4F;  
	white-space: nowrap;
}
#menu a{
	text-decoration: none;
	background-color: #E5E599;	 
	font-weight: bold;
	display: block;
	padding: 5px;
	width: 120px;
	margin-bottom: 5px;
	border: 1px solid #996600;
	color: #996600;
	list-style-type: disc;
}
#menu a:hover {
	background-color: #996600;
	color: White;
	border: 1px solid #CCBB66;
}
.linksnaslov {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #996666;
	background-color: #FAFAD2;
	white-space: nowrap;
}
