body{
	text-align: justify;
	font-family: Aril, "Aril CE", Helvetica;
	font-size: 12 px;
	margin-left: 30px;
	margin-right: 30px;
}	
h1{
   font-size : 160%;   
   padding-bottom: 1em;
	text-align: center;
}
h2{
	font-size: 140%;
	text-align: left;
	
	background-color: #F8F8FF;
}
h3{
	font-size: 120%;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;

}

cite{
	text-align: right;
	width: 100%;
	
}

 th{
	background-color: #DCDCDC;
}
p{
	margin-top: 7px;
}


body.tab1 td, th{
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 12px;
}

body.tab1 table{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	
	margin: 15px;
}
body.tab1 caption{
	text-align: left;
	padding-bottom: 3px;
	font-size: 12px;
}
.left{
	text-align: left;
}

.tab2{
	text-align: left;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}
body.kult td, th{
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 12px;
}

body.kult table{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	margin: 15px;
}
body.kult caption{
	text-align: center;
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
}



a:link {
	color: navy;

	text-decoration: none;
	border-bottom: 1px dotted navy;
}

A:active {
    color: #8E3416;
  
    text-decoration: none;
	 border-bottom: 1px solid navy;
}
A:visited {
    color: #8E3416;
    border-bottom: 1px solid navy;
    text-decoration: none;
}
A:hover {
	color: #8E3416;
	border-bottom: 1px dotted navy;
	text-decoration: none;
	background-color: #F5FFFA;
}
.float{
float: left;
	margin-right: 10px;
	
}
.mezera{
	margin-right: 10px;
}
.clear{
	clear : both;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
dt{
	font-weight: bold;
}