  h1 {
    text-align: center;
    font-family: Arial;
    font-size: 50px;
    color: white;
    }
    
    
    body   {
    font-family: Verdana;
    background: #FFFFCC;         
                
    }
    
    header   {
    height: 73px;
    }                               
    
    
    nav ul   {
    margin: 0px;
    list-style-type: none;
    }                 
    
    
    nav ul li   {
    float: left;
    padding: 0px 15px;
    margin: 0  5px;
    font-size: 13px;
    height: 73px;
    line-height: 4.3em;
    }
                                 
    
    nav a {
    color: #6600FF;
    text-decoration: none;
    
    }
    
    nav ul li:hover, .aktivni   {
    background:  #FFFF66;
    box-shadow: 0px 0px 5px black;
    }
    
    
    
    
    
   
    
    
    h6, .a2   {
    color: #FFFF00;
    font-size: 15px;
    }
    
    
    
    
    
    
    #dovednosti  td {
    width: 100%;
    padding: 20px 50px 25px 50px;
    vertical-align: top;   
    }
    
    #dovednosti_2 td   {
    width: 56%;
    padding: 20px 50px 25px 50px;             
    }
    
    #dovednosti_3 td   {
    width: 56%;
    padding: 20px;
    }
    
    
    table  {
    text-align: center;
    }
    

    
    
    