body{
color:black;
background-color: white;

}

p {
  font-family: Times New Roman; 
  font-size: 12pt; 
  font-weight: bold; 
  margin-bottom:5
}
div.obsah{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	background-color: #3466FF;
	color: white;
	border: medium outset Silver;
	padding: 20px;
}

div.menu{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	top: 0px;
}

ul{
  list-style-image: url('images/odrazka.jpg'); 
  font-size:14pt;
}
a {
   color: #FFFFFF; 
   text-transform: uppercase; 
   text-decoration: underline 
}
a: hover{
	font-family: Arial;
	font-size: 10pt;
	color: #E0FFFF;
	font-weight: bold;
}

h1{
  font-family: Times New Roman; 
  text-transform: uppercase;
  font-size: 16pt; 
  font-weight: bold
}
h2{
	font-family: Times New Roman;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: thin;
	border-top: thin;
	border-top-color: White;
	border-top-style: solid;
	border-bottom-color: White;
	border-bottom-style: solid;
}
h3{
   font-family: Times New Roman; 
	font-size: 10pt; 
	font-weight: bold
}

