
body {
	background-color: #6699CC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
div.top {
	position: relative;
	top: 21px;
}

div.stranka {
	float: none;
	width: 100%;
	background-color: White;
}

h1, h2, h3, h4, h5, h6 {
	color: Navy;
}

h1 {
	font-size: large;
	text-align: center;
}

h2 {
	font-size: medium;
	font-weight: bolder;
}
strong.italic {
	font-style: italic;
}
p.center {
	text-align: center;
}
.obsah {
	padding-left: 10px;
	padding-right: 10px;
}
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline overline;
	color: Green;
}

a:visited {
	text-decoration: none;
}

tr {
	text-align: center;
}

