

em.modry {font-style: normal; color: blue} /* modre zvyrazneni */
em.modry2 {font-style: normal; font-weight: bold; color: blue}
em.kapit {font-style: normal; font-size: 80%; } /* kapitalky */
em.u {text-decoration: underline} /* podtrzeny text*/
/* odstavce - prvni a definicni */
p {text-indent: 2em}
.def { background-color: rgb(51,204,204); padding: 0.3em; } 
.prvni { text-indent: 0} 


/* poznamka */
p.pozn-nadpis { font-size: 80%; font-weight: bold}
ol.pozn { font-size: 80%; margin-left: 2em}

h1, h2 {font-family: Arial, sans-serif; color: blue}
h1 {text-transform: uppercase}

#stranka {width: 40em}