body {
	color: Navy;
	background-color: #C6E4F6;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: 005CFF;
	scrollbar-shadow-color: 005CFF;
	scrollbar-highlight-color: 005CFF;
	scrollbar-3dlight-color: 96B6F5;
	scrollbar-darkshadow-color: 96B6F5;
	scrollbar-track-color: C5DFFF;
	scrollbar-arrow-color: CCE9FF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.odskok {
	margin-left: 15px;
}

table {
	text-align: center;
	width: 720px;
	border-color: Blue;
	border-style: solid;
	border-width: thin;
	background-color: #7BDCF9;
}

td {
	text-align: center;
	vertical-align: middle;
	width: 180px;
	height: 200px;
	background-color: #7BDCF9;
}
/*
img {
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	text-align: center;
}
*/

.fotohead {
	background-image: url(fotohead.jpg);
	width: 740px;
	height: 180px;
	text-align: center;
}

.footer {
	height: 40px;
	text-align: center;
}


.central {
	text-align: center;
}
a {
	color: Navy;
	text-decoration: none;
}

.a-footer {
	color: #1E90FF;
	text-decoration: underline;
}



h1 { /* Nadpisy */
	color: Navy;
	font: bolder 24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	font-size: 40;
}
h2 {
	color: Navy;
	font: bolder 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}


