/* Definice kaskádových stylů */

body  { 
  font-family: verdana, sans-serif, arial; 
  font-size: 4mm; 
  color: yellow; 
  background-color: #3300cc;
  } 

h1 {
  font-size: 8mm;
  }
  
h2 {
  font-size: 6mm;
  }
  
h3 {
  font-size: 5mm;
  }

span {
  font-weight: bold;
  }
  
.tucne {
  font-weight: bold;
  }

.velke {
  font-size: 5mm;
  }

.drobne {
  font-size: 3mm;
  }

a { 
  color: aqua; 
  text-decoration: none;
  font-weight: bold;
  } 

a:hover { 
  color: white; 
  text-decoration: underline;
  font-weight: bold;
  }

.menu {
  font-family: arial;
  font-weight: bold;
  }

th {
  font-size: 5mm;
  }


