body {
	margin : 0;
	padding : 0;
	background-color : #72828B;
	font-family : verdana;
	font-size : 11px;
}
A:visited,
A:link {
	text-decoration : none;
	color : #fff;
	font-weight : bold;
}
A:hover {
	text-decoration : underline;
	color : #fff;
	font-weight : bold;
}
#okno {
	text-align : center;
	margin : 150px auto 0 auto;
	padding : 10px;
	background : none;
	width : 250px;
	border : 1px solid white;
}
.napaka {
	color : red;
	font-weight : bold;
}
h1 {
	font-size : 22px;
	font-family : verdana;
}