body 	{
	color: black;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: white;
}
p 	{
	text-indent: 12px;
	text-align : justify;
	padding-left: 10px;
	padding-right: 10px;
	}
p.prvni 	{
	text-indent: 0px;
	}

p.right {
	text-align : right;
}
A:hover {
	background-color : Yellow;
}
A:hover.navig {
    text-decoration : underline;
}
.verse {
	font-size : 12px;
}
.hlavicka {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	background-color: #EEEFFD;
	border : 1px;
	border-bottom-style : solid;
}
.nko {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: red;
	letter-spacing : 10px;
	font-family : Arial, Helvetica, sans-serif;
}
.paticka {
	margin: 0px;
	margin-top: 10px;	
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: center;
	background-color: #EEEFFD;
	border : 1px;
	border-top-style : solid;
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 11px; 
}
img {
	border-style : none;
}
table {
	width: 100%;
	text-align: center;
	border: 0px;
}
td.pred {
  border: 0px;
  width: 25%;
  text-align: left;
}
td.stred {
  font-size: 50%;
  border: 0px;
  text-align: center;
}
td.dalsi {
  border: 0px;
  width: 25%;
  text-align: right;
}
