/*hlavni styl*/
.nadpis {
	color: #ff8c00;
	font-size: 24
}

.web {
	font-weight: bold;
	color: gray;
}

.nase {
	font-weight: bold;
	color: red
}

.jinde {
	font-weight: bold;
	color: blue;
}

.sad {
	font-weight: bold;
	color: black;
}

.fotbal {
	font-weight: bold;
	color: green;
}

.future-nase {
	background-color: yellow;
	font-weight: bold;
	color: red;
}

.future-jinde {
	background-color: yellow;
	font-weight: bold;
	color: blue;
}

.future-sad {
	background-color: yellow;
	font-weight: bold;
	color: black
}

.future-fotbal {
	background-color: yellow;
	font-weight: bold;
	color: green;
}

.borngirl {
	color: magenta
}

.bornboy {
	color: blue
}

.wedding {
	color: white
}

.dead {
	color: black
}

hr {
	color: white
}

a:link {
	color: black
}

a:visited {
	color: black
}

.head:link {
	color: #ff8c00;
}

.head:visited {
	color: #ff8c00;
}

.foto_nahled {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 0px;
	border: 0px;
	text-align: center;
}

#leva {
	min-height:560px;
	max-height:560px;
	height:560px;
	float: left;
	width: 230px;
	overflow-x:hidden;
	overflow-y:scroll;
	border: 0px;
}

#leva a>img {
	text-decoration: none;
	border: 0px;
}

#velka,table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	border-collapse: collapse;
	margin-left: auto
}