body { background-color: #FFF0D1 }
h1#naslov { 
	font-family:Andale Mono, monospace;
   font-size: 200%;
   font-weight: bold;
   color: #1A1818;
   text-align: center;
}
.navaden_tekst {
	font-family: Apple Chancery, cursive;
	text-align: center;
}
table#tabela_strani {
	font-family:Andale Mono, monospace;
   font-size: 150%;
   color: #2B1212;
   text-align: center;
   margin-left: auto;
  margin-right: auto;
  height:100%;
  border: transparent;
}
.slika {
	border-width: thick;
	border-color: #B8B8B8;
	border-style: outset;
	align-items: center;
}
a#strani:link {
	background-color:#F2E9AE;
	color: #612E00;
	font-family: Impact, fantasy;
}
a#strani:visited {
	background-color:#F2E9AE;
	color: #612E00;
	font-family: Impact, fantasy;
}
a#strani:hover {
	background-color:#612E00;
	color: #F2E9AE;
	font-family: Impact, fantasy;
}