   body {
	height: 100%;
	background-color: #F0FFFF;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
     table
      {
      border-collapse : collapse;
      }

  
    #main {
	height: 100%;
	background-color: #F0FFFF;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	color: Black;
  text-align: justify; /*overflow: auto;*/
}

    #hlavicka {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 60%;
	border-bottom: 1px solid Black;
	background-color: #4682B4;
	text-align: center;
}

 #hlavicka a {
	color: white;
	font-weight: bold;
   text-decoration: none;
}


     a:link,a:visited {
	color: Black;
	font-weight: bold;
}

    a:hover {
  	color: Black;
	font-weight: bold;
}

    #nazev {
	font-size: 300%;
	color: Black;
	text-align: center;
}

   H1 {
	font-size: 150%;
	color:Black;
}

   hr {
	color: Black;
}

    #maintext {
	position: relative;
	left: 30px;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: justify; /*overflow: auto;*/
	font-size: 80%;
	
}
   #paticka {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 60%;
	border-top: 1px solid Black;
	background-color: #4682B4;
	color: white;
	text-align: center;
}

		  
	
