body {
	border : 1px solid black;
	margin : 20px 20px 20px 100px;
	color : #000;
	background-color : #EEE;
	background-image : url("t5.png");
	font-family : serif;
	font-weight : normal;
	font-size : 12pt;
}
h1 {
	border : 1px solid black;
	background-color : #EEE;
	font-family : sans-serif;
	color : #003;
	text-decoration : underline;
	text-align : center;
	font-variant: small-caps;
}
h2,h3,h4,h5 {
	border : 1px solid black;
	font-family : sans-serif;
	color : #003;
}
h1,h2 {
	text-decoration : underline;
	text-align : center;
	font-variant: small-caps;
}
h1 { color: #00A; }
h2 { color: #003; }
h3 {
	margin : 1ex 20px 0px 20px;
	text-decoration : underline;
}
h4 {
	margin : 2ex 20px 0px 20px;
	text-decoration : none;
}
.h0 {
	font-size: smaller;
	margin-left: 2em;
	text-decoration : none;
}

#menu { /* id=menu */
	/*position:fixed; left:10px; top:74px; width:80px;   KriplBrowser to NEUMI*/
	position:absolute; left:10px; top:74px; width:80px;
	font-family : sans-serif;
}
#menu a {
	display: block;
	color: #CCC; background: #333;
	margin:1px; padding:5px 1ex;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover { color: #F66;}
.menu-oddelovac { display: none;} /* class=menu-oddelovac */

#info { /*id*/
	display: block;
	font-size: smaller;
}
hr.story-odd { display: none;}
