body { 
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    margin: 10;
    }

h1,h2,h3,h4,h5,h6 {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    }
    
h1 {
    font-size: 30pt;
    text-align: center;
    }    
    
h2 {
    font-size: 20pt;
    text-align: center;
    }    

h3 {
    font-size: 15pt;
    text-align: center;
    }    

h4 {
    font-size: 12pt;
    text-align: center;
    }    

p {
    text-align: justify;
    }    

a:link {
    text-decoration: underline;
    font-weight: bold;
    color: black;
    }

a:visited {
    text-decoration: underline;
    font-weight: bold;
    color: black;
    }
    
a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: blue;
    }    

input {
    font-size: 8pt;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
	}

select {
    font-size: 8pt;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}

table { 
    font-size: 8pt; 
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    align: justify;
	}

.licha {
  background: #E0E0E0;
  }

.suda {
  background: #C0C0C0;
  }

.oznacena {
  background: #00C000;
  }

.tabheader {
  background: #808080;
  }

.warning {
  color: #FFFFFF;
  background: #FF0000;  
  font-weight: bold;
  }
  
.strana {
  width: 800px;
  align: center;
  }

.datum {
  color: #0000FF;
  }

