body	{
	background-color: #000000;
	font-family: arial;
	color: #999;
}


/* unvisited link */
a:link {
    color: #999;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #999;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #ccc;
	text-decoration: underline;
}

/* selected link */
a:active {
    color: white;
	text-decoration: underline;
}

h1	{
	border-radius: 5px;
	font-size: 225%;
	text-align: center;
	border: 2px solid #999;
	padding: 20px;
	margin: 5px;
}
.avtor {
				font-family: arial;
				color: #999;
				font-size: 75%;
				text-align: right;
				margin: 5px;
}
h3	{
	font-size: 150%;
	text-align: center;
}
.okvir_leta	{
	width: 300px;
	border-radius: 5px;
	border: 2px solid #999;
	padding: 0px;
	margin: 5px;
	float: left;
}
.okvir_slike	{
/* 	border-radius: 10px; */
	width: 61px;
	height: 61px;
	border: 2px solid #999;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	float: left;
}
.podokvir_slike{
	width: 100px;
	height: 100px;
	position: relative;
	top: -20px;
	left: -20px;
	border: 1px solid rgb(100%,0%,0%);
}
.okvir_teksta	{
	width: auto;
	height: auto;
	padding-top: 24px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
ul 	{
	/* border: 2px solid #999; */
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
}
.okvir_leta ul li 	{
	/* border: 2px solid #999; */
	clear: left;
	margin-bottom: 5px;
}
.example-box	{
	width: 40px;
	height: 40px;
	padding: 5px;
	border: 1px solid;
	margin: 5px;
}
#dva, #ena {
	float: left;
}
nav ul{
	padding: 0px;
	margin: 0px;
}
nav ul li{
	border-radius: 5px;
	border: 2px solid #999;
	padding: 10px;
	margin: 5px;
	float: left;
}
.konec_navigacije {
	clear: left;
}
a {
	color: #999;
	text-decoration: none;	
}
.podokvir_slike img {
    display: block;
    margin-left: auto;
    margin-right: auto;	
}
