/* CSS Document */
    a         {text-decoration: none;font-weight:bold;}
    a:link    {color:#CC0000;font-weight:bold;}
    a:visited {color:#CC0000;font-weight:bold;}
    a:active  {color:#CC0000;font-weight:bold;}
    a:hover   {color: #CC0000; text-decoration: underline;font-weight:bold;}
   body {background-color: black;}
  h1, h2, h3 {font-size: 10pt; text-align: center; font-weight: bold}

  .Time {font-family: Arial; font-size: 9pt; color: #000000; text-align: left;}
  .Booking {font-family: Times New Roman; font-size: 10pt; color: #565140; text-align: center; font-weight: bold}
  .Booking_nadpis {background-color: #FFFFFF; font-weight: bold}
  .Price {font-family: Arial; font-size: 9pt; text-align: left;}
  .Price_big {font-family: Arial; font-size: 10pt; text-align: left; font-weight: bold}
  .Price_nadpis {background-color: #FFFFFF;font-size: 10pt;}
  .Book_nadpis {background-color: #FFFFFF;font-size: 10pt; color: #565140; text-align: left; font-weight: bold}
  .Error {font-family: Arial; font-size: 8pt; color: red; text-align: left; font-weight: bold}
  .nadpis {font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: underline}
  .mark {font-family: Times New Roman; font-size: 10pt; color: black; text-align: left; font-weight: bold}
input, textarea, select { font-family: Arial; font-size: 9pt;}