body, p, td, a { font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
}
body { background-color: #202020;
   color: #C0C0C0;
   font-size: 10pt;
   text-align: center;
}
p { font-size: 10pt;
   text-align: center;
   margin-top: 5px;
}
h4 { color: #FFFFFF;
   font-family: tahoma, arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: normal;
   font-weight: bold;
   /*font-weight: normal;*/
   line-height: normal;
   text-align: center;
   margin-bottom: 1em;
}
table { margin-left: auto;
   margin-right: auto;
   background-color: #404020;
   border-collapse: collapse;
   border: 1px solid #c5c589;
   empty-cells: hide;
}
table.nadpis { 
   background-color: #101010;
   border-collapse: collapse;
   width: 80%;
   border: 0px solid #F0F0F0;
   empty-cells: hide;
}
td { color: #E0E0A0;
   font-size: 10pt;
   text-align: left;
   vertical-align: baseline;
   border: 0px solid #F0F0F0;
}
img { border: none;
}
a { color: #5080F0;
   font-size: 10pt;
   text-decoration: none;
}
a:hover {
   color: #80A0FF;
   text-decoration: underline;
}