body {background-color: lightblue; color: black; font-family: Times New Roman, Arial, Verdana, Helvetica; 
           font-size: 120%}
a:link {color: blue}
a:visited {color: darkblue}
a:active {color: green}
a:hover {color: darkred}
#obsah {position: absolute; top: 147px; left: 220px}
#hlavicka {position: absolute; width: 100%; height: 130px; top: 1%; left: 1%; 
                  background-color: darkblue; color: lightblue; padding: 1%}
#podhlavicka {position: absolute; width: 98%; height: 20px; top: 80px; left: 2%; 
                      background-color: gold; color: darkblue;}
#vlavo {position: absolute; width: 205px; height: 100%; top: 140px; left: 10px; background-color: darkblue}
            
              


