BODY {
	background-color: #5B669C;
	color: #FFFFFF;
	font-family: "Verdana","Geneva","Arial", "Helvetica", "sans-serif";
	font-size: small;
	margin: 5%; /*** pro Internet Explorer 5.5+ ***/
	scrollbar-face-color: #8C96C9;
	scrollbar-shadow-color: #5B669C;
	scrollbar-darkshadow-color: #5B669C;
	scrollbar-highlight-color: #8C96C9;
	scrollbar-3dlight-color: #B0C4DE;
	scrollbar-arrow-color: #757FB2;
	scrollbar-track-color: #B0C4DE;
}

A {
	color: #FFFF00;
	display: inline;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER {
	text-decoration : underline;
}

PRE {
	font-family: "Courier New", Courier, monospace; 
	font-size: small; 
}

.zapis {
	background-color : #8C96C9;
	background-color: #757FB2;
	border-color : #5B669C;
	border-color: #B0C4DE;
	border-style : solid;
	border-width : 1px;
	display : block;
	padding-bottom : 5%;
	padding-left : 10%;
	padding-right : 10%;
	padding-top : 5%;
}

.nadpis {
	display : block;
	font-family : "Verdana","Geneva","Arial", "Helvetica", "sans-serif";
	font-size : medium;
	font-weight : bold;
	margin-bottom : 2ex;
	text-align : center;
	text-transform : uppercase;
}

.datum{
	display : block;
/*	font-family : "Verdana","Geneva","Arial", "Helvetica", "sans-serif"; */
/*	font-size : small; */
/*	font-weight : bold; */
	margin-bottom : 2ex;
	text-align : right;
}

.odstavec {
	display : block;
/*	font-family : "Verdana","Geneva","Arial", "Helvetica", "sans-serif"; */
/*	font-size : small; */
	margin-bottom : 0.5ex;
	text-align : justify;
	text-indent : 2em;
}


.text {
	display : inline;
/*	font-family : "Verdana","Geneva","Arial", "Helvetica", "sans-serif"; */
/*	font-size : small; */
	margin-bottom : 0.5ex;
}

.autor {
	display : block;
/*	font-family : "Verdana","Geneva","Arial", "Helvetica", "sans-serif"; */
/*	font-size : small; */
/*	font-weight : bold; */
	text-align : right;
}

.odrazky {
	display : list-item;
/*	font-family : "Verdana","Geneva","Arial", "Helvetica", "sans-serif"; */
/*	font-size : small; */
	list-style-position : inside;
	list-style-type : circle;
}