body{
	background-color: #e7e0c3;
	font-family: Arial, Helvetica, sans-serif;
	left: auto;
	background-attachment: scroll;
	background-image: url(pictures/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.telo{
  top: 4px; 
  width: 637px; 
  position: relative; 
  text-align: left; 
  margin: auto
}

.face{
  position: absolute; 
  left: 488px; 
  top: 400px
}

.obsah{
  position: absolute; 
  left: 30px; 
  top: 215px;
  width: 580px;
  color: #FFFFFF;
  font-size: 12px;
}

H1{
  font-size: 18px ;
  font-style: bold;
  color: #FFFFFF
}

H2{
  font-size: 1,3em ;
  font-style: normal;
  color: #FFFFFF
}

H3{
  font-size: 1,1em ;
  font-style: bold;
  color: #FFFFFF
}

.list{
	list-style-type: square;
	font-size: 1.1em;
	font-style: normal;
	font: normal;
	border-top: 35px;
	line-height: 35px;
}

a:link { 
	color: #FFFFFF;
	font-style: bold;
	font-weight: normal;
	text-decoration: underline;
}
a:visited { 
	color : #FFFFFF;
}
a:hover{
	color : #FFFFFF;
}	
