/*    CSS soubor pro skript score.php - graf. zobrazeni vysledku ankety */  
table.resultss { 
  border: 2px solid gray; 
  text-align: center;
  background: white;
  }

.scr {
  color: green; 
  background: white;
  font-family: "Comic Sans MS","Georgia","Arial Bold Italic", Verdana, sans-serif; 
  text-align: center;   
  font-weight: bold;
  font-size: 10pt;
}  
.tpopis  { 
  color: blue; 
  font-family: "Comic Sans MS","Georgia","Arial Bold Italic", Verdana, sans-serif; 
  text-align: left;   
  font-weight: bold;
  font-size: 8pt;
  } 
  
.tpocet  { 
  color: tahoma; 
  font-family: "Georgia","Arial Bold Italic", Verdana, sans-serif; 
  font-weight: bold;
  text-align: left; 
  font-size: 10pt;
  } 
  
.tcelkem   { 
  color: blue; 
  font-family: "Georgia","Arial Bold Italic", Verdana, sans-serif; 
  font-weight: normal;
  text-align: center; 
  font-size: 10pt;
  } 
         