/* CSS Document */

tr.seda
 { background-color: rgb(204,204,204);
 }

 tr.hlavicka
  { background-color: rgb(153,204,255);
  }

tr
 { height: 40px;
 }
 
th
 { border-style: solid;
   border-width: 2px;
   border-color: rgb(153,255,255);
 } 

table
 { border: solid blue 4px;
   border-collapse: collapse;
 }
 
td
 { border-style: solid;
   border-width: 2px;
   border-color: rgb(153,255,255);
 } 
 
 