body {
	background-image: url(bg_obsah.jpg);
	margin: 5px 15px 25px 10px;
}
h1 {
	font-family: "Times New Roman CE", "Times CE", "Times New Roman", Timesse, serif;
	font-size: 3ex;
	color: rgb(100,50,25);
	font-weight: normal;
	font-style: italic;
	line-height:2.5ex;
}
h2 {
	font-family: "Times New Roman CE", "Times CE", "Times New Roman", Timesse, serif;
	font-size: 3ex;
	color: rgb(100,50,25);
	font-weight: bold;
	font-style: italic;
	line-height:2ex;
}
h3 {
	font-family: "Times New Roman CE", "Times CE", "Times New Roman", Timesse, serif;
	font-size: 2.25ex;
	color: rgb(100,50,25);
	font-weight: bold;
	font-style: italic;
}
h6 {
	font-size: 2.2ex; font-weight: bold;
}
hr {
	color: rgb(100,50,25);
	width: 100%;
	height: 1px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
sup {
  font-size: 75%;
}
sub {
  font-size: 75%;
}
A {
	font-family: "Times New Roman CE", "Times CE", "Times New Roman", Timesse, serif;
	font-size: 2ex;
	font-weight: bold;
	color: rgb(100,50,25);
	text-decoration: none;
	line-height: 2.2ex;
}
A:hover { 
	font-family: "Times New Roman CE", "Times CE", "Times New Roman", Timesse, serif;
	color: darkgreen;
	text-decoration: none;
}
A:active {
	font-family: "Times New Roman CE", "Times CE", "Times New Roman", Timesse, serif;
	color: rgb(88,00,00);
	text-decoration: none;
}
A.obsah {
	font-family: "Arial CE", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: darkgreen;
	text-decoration: none;
	letter-spacing: 0.5ex;
}
A.obsah:hover { 
	font-family: "Arial CE", Arial, sans-serif;
	color: rgb(88,00,00);
	text-decoration: none;
}
A.obsah:active {
	font-family: "Arial CE", Arial, sans-serif;
	color: rgb(100,50,25);
	text-decoration: none;
}
.text {
	font-family: "Times New Roman CE", "Times CE", "Times New Roman", Timesse, serif;
	font-size: 2.2ex;
	color: rgb(100,50,25);
	line-height: 2.2ex;
}
.center {
	margin-left: 50px;
}
.proklad {
	letter-spacing: 0.5ex;
}
.odsazeni {
	margin-left: 50px;
	margin-right: 50px;
}
.poznamka {
  font-size: 1.8ex;
  padding-left: 50px;
  padding-right: 50px;
}