a:link {
  color: black;
  }
a:hover {
  color: blue;
  }
.novy {
  color: black; border: 1px; 
  border-collapse: collapse; 
  border-color: maroon; 
  border-style: solid;
  }
.tlacitko {
        padding: 3px 3px 3px 3px;
        margin: 4px;
        width: 160px;
        font-family: arial, sans-serif;
        font-weight: bold;
        font-size: smaller;
        color: RGB(255, 255, 255);
        background: maroon;
        }
  .tlacitko a
    {text-decoration: none;
    display: block;
    }
  .tlacitko a:link
    {color: #f0e68c}
  .tlacitko a:hover
    {color: maroon;
    background: #f0e68c;
    }
  .tlacitko a:visited
    {color: white}
  .tlacitko a:active
    {color: white}
.tlacitko1 {
        padding: 3px 3px 3px 3px;
        margin: 4px;
        width: 126px;
        font-family: arial, sans-serif;
        font-weight: bold;
        font-size: smaller;
        color: RGB(255, 255, 255);
        background: maroon;
        }
  .tlacitko1 a
    {text-decoration: none;
    display: block;
    }
  .tlacitko1 a:link
    {color: #f0e68c}
  .tlacitko1 a:hover
    {color: maroon;
    background: #f0e68c;
    }
  .tlacitko1 a:visited
    {color: white}
  .tlacitko1 a:active
    {color: white}       
.tlac {
      margin: 4px 1px 4px 1px;
       font-size: smaller;
       background-color: maroon;
       padding: 2px;
       font-weight: bold;
       font-family: Arial, sans-serif;
       }
     .tlac a {
     display: block;
     text-decoration: none;
     color: white;
     }
     .tlac a:link {
     color: #f0e68c;
    }
    .tlac a:hover {
        color: maroon;
        background: #FDE3A8;
        }

