body   { color: #4C4C4C;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

  a:link { color: blue;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    }

  a:visited { color: blue;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    }

  a:hover { color: red;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: underline;
    }

  table { padding: 10px;
    }

  p, td {
    color: black;
    font-size: 9pt;
    text-align: justify;
    }

  p.centruj { margin-left: auto;
    margin-right: auto;
    width: 6em;
    }

  p.opis { font-size: 9pt;
    }

  p.zbozi_zes {
    font-size: 12pt;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    }

  p.nadpis {
    color: rgb(0, 0, 128);
    font-size: 16pt;
    text-align: center;
    }

  td.parametry { color: rgb(0, 0, 128); font-size: 8pt;
    }

  td.zes { background-color: rgb(145, 176, 242);
    }