body {
	font-family: Georgia;
	color: #010103;
	margin-right: 20%;
	padding: 0;
} 

table {
	background-color: #66635c;
	margin: 0;
	width: 100%;
	border-width: 2px;
	border-style: groove;
	border-color: #710d2f;

}
#hlavicka {
	background-image:url(logo.jpg);
	background-position: center;	
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-bottom: 200px;
	margin: auto;
	position: relative;
	top: 15%;
	left: 15%;
	 
	

}

#navigacia {
	background-color: #469804;
	border: 2px inset white;
	text-align: center;
	font-size: 1.2em;
	color: #66635c;
	text-transform: capitalize;
	width: 100%;
	margin-top: 1%;
	position: relative;
	top: 15%;
	left: 15%;
	
}
h1,h2,h3{
	margin:0px;
	color: white;
}


#hlavna {
	text-align: justify;
	width: 80%;
	border: 0;
	height: 100%;
	padding-right: 75px;
	padding-left: 75px;
	background-color: #66635c;
	position: relative;
	top: 15%;
	left: 15%;
	clear: both;
	margin: auto;
	padding-top: 1%;
	padding-bottom: 1%;
}
#pata {
	background-color: #469804;
	border: 2px inset white;
	text-align: center;
	color: #66635c;
	font-size: smaller;
	position: relative;
	top: 15%;
	left: 15%; 
}
b {
	color:white; ;
}

i {
	color: white;
}
h1 {
	text-transform: capitalize;
	font-size: 1.3em;
	font-weight: bold;
	}
a {
	color: #76b820 ;
}
a:hover {
	text-decoration: none;
}
	
#pata a:hover {
 
	text-decoration: none ;
}

#pata a{
 
	color: white;
}
#navigacia a{
 
	display: inline ;
}

#navigacia a:hover {
	color: white;
	text-decoration: none;
}

#navigacia a:visited{
	color: white;
} 
#navigacia a:link {
	color: white;
} 
	

th {
	color: #710d2f;
}
caption {

	font-weight: bold;
	font-size: larger;
}