BODY {
	background-color: #9EA8F7;
	color: Black;
	font-family: sans-serif;
	font-size:100%;

}

h1 {
	font-size:130%;
	font-family: sans-serif;
	margin-bottom: 50px;
}

h2 {
	font-size:110%;
	font-family: sans-serif;
}

h3 {
	font-size: 100%;
}

p {
	font-family: sans-serif;
	font-size:100%;
	text-align: justify;
}

P:first-letter {
	font-size:100%;
		}

.stazeni {
	font-size:90%;
	font-style: italic;
	margin-left: 5%;
}

li {
	width: 200px;
	font-family: sans-serif;
	height: auto;
	list-style: square;
	margin-bottom: 5px;
	}

TD {
	vertical-align:top;
}

A {
	color:#324E5A;
}

.logo {
	color: White;
	font-size: 200%;
	width: 100%;
	text-align: left;
	font-style: italic;
	text-align: center;
	padding-bottom: 20px;
}

.sublogo {
	color: Black;
	width: 100%;
	text-align: right;
	font-style: italic;
	margin-bottom: 10px;
}

DT {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}

ACRONYM {
	border-bottom: 1px dotted black;
	cursor: help;
}

.dopis {
	font-style: italic;
}