/* Times New Roman vel.12 pro vše mezi tagy HTML a /HTML, či BODY a /BODY. */
html body {font-family: Times New Roman; font-color: BLACK; color: BLACK;font-size: 10pt}
/*nadefinování třídy (class) whitestyle*/
.whitestyle { COLOR: white; TEXT-DECORATION: none }
.whitestyle:hover { COLOR: white; TEXT-DECORATION: underline }
/* Nastavení barvy - nahrazuje BODY bgcolor=#ffeedd*/
html, body {background: #bdedff;}

/*Nadpisy - h1 na střed + zmenšené mezery nahoře a dole*/
h1 {color: red; text-align:center; margin: 0.3em 0px 0.2em 0px}
h2 {color: blue; text-align:center; margin: 0.3em 0px 0.2em 0px}
h3 {color: red; text-align:center; margin: 0.5em 0px 0.2em 0px}
h4 {color: black; text-indent: 20px; margin: 0.5em 0px 0.2em 0px}
h5 {color: red; text-indent: 20px; margin: 0.5em 0px 0.2em 0px}
h6 {color: blue; text-indent: 20px; margin: 0.5em 0px 0.2em 0px}
/*změna barvy nadpisů*/
.red {color: red}
.blue{color: blue}
.black{color: black}
/* odstavce - odsazení 1. řádky (10), textu od kraje (10) + mezi odstavci (2)*/
p {text-indent: 15px; margin: 4px} /*pro Netscape*/
p {text-indent: 15px; margin-bottom: 0px; margin-left: 10px; margin-top: 4px}