/* CSS Document */
body
{ background-color: cornflowerblue;

}

table.prvni
 { _border-style: solid;
   width: 100%;
   background-color: black;
 }

table.prvni th
 { _border-style: solid;
   text-align: left;
   color: white;
    font-family: "Verdana";
    font-size: larger;
 }

table.prvni td
 { _border-style: solid;
   text-align: center;
   color: white;
    font-family: "Verdana";
 }

table.prvni img
{ vertical-align: middle;
}

table.druha
{   width: 100%;
    border-spacing: 0;
}

table.druha th
{   width: 25%;
    background-color: cornflowerblue;
}

table.druha td
{   width: 25%;
    background-color: white;
    border-style: solid;
    border-color: white;

}