

.odrazky {
	color: Black;
	font-size: medium;
	
}

.okraj {
	background-color: #A40000;
	margin-left: 10%;
	margin-right: 10%;
}
.hlavicka {
	text-align: center;
}
.motto {
	color: White;
	font-style: italic;
	font-size: medium;
}
.menu {
	float: left;
	background-color: #A40000;
	margin-right: 1%;
	font-family: cursive;
	color: White;
	font-size: medium;
}

rodokmen2 {
	background-color: #FFFFAC;
}


.text {
	text-align: justify;
	margin-left: 15%;
}
a {
	text-decoration: none;
	color: White;
}

a:hover {
	color: #FF8C00;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	
}

dt {
	font-weight: bold;
	text-decoration: underline;
}
th {
	background-color: White;
	font-weight: bolder;
}
body {
	color: White;
	font-size: medium;
	background-color: #828282;
}
