body { 	
		width: 100%;		
		height: 100%;
		margin: 0 auto; 
		padding: 0 auto; 
		background: #66FFCC; 
		text-align: center; 
		font-size: 14px;
 
}	
	 

#hlava	{ 
		position: relative;
		width: 100%;		
		height: 5%;
		background-color: transparent;
		font-size: 300%; color:red; 
		font-weight: 200%; 
		font-family: cursive; 
		font-style: italic;
		text-decoration: none;

}

#telo	{	
		position: relative;
		width: 100%;
		height: 85%;
		background-color: transparent;
}

#pata	{	
		position: absolute;
		width: 100%;
		height: 3%;
		background-color: transparent;
}
		


#tlacitko a {
   background: blue;
   color: white;
   border: 3px outset silver;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
     }
#tlacitko a:hover {
	background: black;
	color: yellow;
	border-style: inset;
	}


p { text-align: center; }

h1 {font-size:200%; }
h2 {font-size:130%; }
