/* Základní nastavení layoutu */
body.mceContentBody {
   font-family: "Times New Roman", "Arial", sans-serif !important;
   text-align: left;
   font-size: 12pt !important;
}

li {
   margin-left: 20px;
}

h1 {
   text-transform:uppercase;
}

h1, h2, h3 {
   margin: 20px 0 20px 0;
   /*font-size: 10pt;*/
   font-size: 80%;
}

a {
   /*text-decoration: none;*/
   border: none;
   color: #666666;
   /*color: black;*/
}