body {
	font-family: Georgia, 'New York CE', utopia, serif;  
	text-align: center;	
	background: black;
}

#poem {
	color: black;
}

/* nadpis */

#poem h1 {
	display: none;
}

#poem h2 {
	display: none;
	
} 

#poem h3 {
	margin: .5em 0;
	text-transform: lowercase;
	position: absolute;
	top: 8px;
	left: -15px;
	color: #252525;
	font-size: 5em;
	font-weight: normal;
	z-index: 3;
}






/*** drobne dekoracie ***/






/*** text ***/

#poem p {
	margin: 8em auto 10em 3em;
	font-size: 3em;
	text-align: left;
	z-index: 3;
	font-family: Georgia, 'New York CE', utopia, serif;
}

#poem span.text {
	background-color: #330000;
	color: #CC0000;
}


/*** podpis ***/

#poem .podpis {
	position: absolute;
	bottom: 2em;
	right: 2em;
	z-index: 2;
	color:#252525
  }
#poem .podpis-meno {}
#poem .podpis-meno a:link {color:#252525; text-decoration:none;}
#poem .podpis-meno a:visited {color:#252525; text-decoration:none;}
#poem .podpis-meno a:active {color:#252525; text-decoration:none;}
#poem .podpis-meno a:hover {color:#CC0000; background: #330000; text-decoration:none;}

#poem .podpis-adresa {font-size: .9em; margin-top: 1em;}
#poem .podpis-adresa a:link {color:#252525; text-decoration:none;}
#poem .podpis-adresa a:visited {color:#252525; text-decoration:none;}
#poem .podpis-adresa a:active {color:#252525; text-decoration:none;}
#poem .podpis-adresa a:hover {color:#CC0000; background: #330000; text-decoration:none;}

#poem .podpis-datum {}



