BODY {
/*
    background: #20C080;
    color: black;
*/
    font-family: Arial CE, Arial, Helvetica, sans-serif;
    font-size: 11pt }

LI {list-style: disc outside url(../obr/bullet2.gif)}

H1, H2, H3, H4, H5, H6 {
    font-family: Arial CE, Arial, Helvetica, sans-serif;
    /* font-family: Garamond, Palatino, Times New Roman, Times, serif; */
    color: navy;
    font-weigth: bold;
    }

H1 {
    font-size: 30pt;
    text-align: center;
    }

H2 {
    font-size: 20pt;
    }

A {
    text-decoration: none
    }

A:link {
      color: blue;
      }
A:visited {
      color: #0000B0;
      }

A:hover {
    text-decoration: underline;
    color: red;
    }

.navbar {
    font-size: 8pt;
    text-align: center;
    margin: 5pt;
    }

.copy {
    font-size: 8pt;
    font-color: red;
    font-weight: bold;
    text-align: center;
    margin: 5pt;
    }

.time {
    font-size: 8pt;
    font-style: italic;
    text-align: left;
    margin: 5pt;
    }

/*
TH { background: #80FFFF }
TD { background: #C0FFFF }


TH { background: #FFFFA0 }
TD { background: #FFFFC0 }
*/

.TABULKA {
    font-size: 80%;
    text-align: center;
    font-family: Arial CE, Arial, Helvetica, sans-serif;
            }

.TABULKA TH {color: yellow;
             background-color: blue }
.TABULKA TD {text-align: center
                   margin-left: 5px;
                   margin-right: 5px;}
.TABULKA TD.ALIGNl {
    text-align: left;
    margin-left: 5px;
                              }
.TABULKA TD.ALIGNr {
    text-align: right;
    margin-right: 5px;
                              }

.margin-r4px {margin-right: 4px}
.margin-l4px {margin-left: 4px}

.Picture TH, .Picture TD { background: #FFFFFF }
.Picture { padding: 8px }

VAR { font-style: italic; font-family: Arial CE, Arial, Helvetica, sans-serif }

DFN { font-style: italic; font-weight: bold }

CODE { font-weight: bold;
       font-family: Arial CE, Arial, Helvetica, sans-serif }

CAPTION {
    font-size: 120%;
      font-weight: bold;
      }

PRE {
    font-weight: bold;
    font-family: Courier New CE, Courier New, monospace;
    margin-left: 30px;
    }

PRE VAR {
    font-style: italic;
    font-family: Courier New CE, Courier New, monospace;
    }

KBD {
    font-family: Arial CE, Arial, Helvetica, sans-serif;
    font-weight: bold;
    }

DT {
    font-weight: bold;
    margin-top: 6pt;
    }