/* CSS Document */
a:link {text-decoration: underline; color: gold;}
a:hover {text-decoration: underline; color: yellow;}
a:visited {text-decoration: underline; color: gold;}
a:active {text-decoration: underline; color: yellow;}

a img {border-width: 4px; border-color:LEMONCHIFFON;}

body { background-color:#99cc66; 
       color:black;
       font-family: Arial CE, sans-serif
     }
h1 { text-align: center;
     color:green;
     margin-bottom:2
   }       
   
.nadpis {font-size: 280%;
         text-decoration: none;
         margin-bottom:
        }

.nabidka {text-align: center;
          color: gold;
          background-image: url("pasek.gif");
          background-repeat:repeat-x;
          background-position: bottom;
         }
.jmegal {margin-bottom:5px;
         margin-top:5px;
        }
.titulek {vertical-align:bottom;
          text-align: center;
          font-size: 100%;
         }
.pocitadlo a {font-size: 120%; 
            font-style:italic; 
            text-decoration: none; 
            color: black;}
