/* Stylesheet na formátování básní Dušana *//* Pozadí a barvy pozadí*/body		{ background-image: url('pozadi.gif'); 		background-atachment: fixed; background-color: #eeeeff}/* Barvy */H3		{ color: black } /* jalová definice */H2		{ color: #009933 }H1		{ color: #009933 }hr		{ color: teal }A:link		{ color: navy}A:visited	{ color: #336666}A:hover		{ color: maroon} .zalozka a:visited {color: navy}  .zalozka a:hover {color: maroon}/* Velikosti písem */p		{ font-size: 14pt}H1		{ font-size: 28pt}H2		{ font-size: 20pt}H3		{ font-size: 14pt }.zalozka  	{ font-size: 14pt}.male		{ font-size: 8pt}/* Typ písma */H1		{ font-family: Book Antiqua CE, serif}H2		{ font-family: serif}/* Řez písma */h2		{ font-style: italic; font-weight: bold}h2.prolog	{ font-style: normal; font-weight: normal}.velke A   	{ font-weight: bold}.zalozka  	{ font-style: oblique; font-weight: normal}/* Podtrhávání odkazů */A		{ text-decoration: none}A:hover		{ text-decoration: underline ! important} /* Okraje odstavců */.zalozka	{ margin: 10px 20px 10px 10 px}.prolog		{ margin: 10px 20px 10px 10 px}p		{ margin: 10px 20px 10px 150px}p.velke		{ margin: 10px 20px 10px 10px ! important}H1		{ margin: 2px 0px 12px}H2		{ margin: 30px 20px 10px 170px}H3		{ margin: 6px 0px 2px }.velke		{ padding: 1px 0px 1px }.zalozka  	{ margin: 2px 0px 6px }/* Odsazení první řádky odstavců */p		{ text-indent: 0px}.velke		{ text-indent: 0px !important}.zalozka  	{ text-indent: 0px }td td p		{ text-indent: 0px ! important}/* Zarovnání odstavců */H1		{ text-align: center}.male		{ text-align: right }
