body { 
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background: #FFFFFF;
    color: #000000;
    margin: 5;
    }

h1,h2,h3,h4,h5,h6 {
    font-family: ;
    }
    
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;
    }    

a.smalllink:link {
    font-size: 8pt;
    font-weight: normal;
    text-decoration: underline;
    color: black;
    }

a.smalllink:visited {
    font-size: 8pt;
    font-weight: normal;
    text-decoration: underline;
    color: black;
    }
    
a.smalllink:hover {
    font-size: 8pt;
    font-weight: normal;
    text-decoration: underline;
    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;
	}

.inputstrong {
    border-style: solid;
       }

.box {
    text-align:justify;
    padding:5;
    border-width=1;
    border-color:#000000;
    border-style:solid;
    background: #ECE7E2;
     }

.boxc {
    text-align:center;
    padding:5;
    border-width=1;
    border-color:#000000;
    border-style:solid;
    background: #ECE7E2;
     }

.xbox {
    text-align:justify;
    padding:0;
    border-width=1;
    border-color:#000000;
    border-style:solid;
     }

.aboutbox {
    font-size: 7pt;
    text-align: left;
    padding: 2;
    border-width: 1;
    border-color:#000000;
    border-style:solid;
     }

.fullbox {
    padding: 5;
    text-align: center;
    border-width: 1;
    border-color: #9C8C73;
    border-style: solid;
    background: #CCC2B6;
     }

.separator {
    border-style:dashed;
    height=1;
    border-color:#0000C0;

}

.header {
     background: #CCC2B6;
        }

.row {
     background: #ECE7E2;
        }

.clanek {
    text-align:justify;
     }
