body {
    color: black;
    font-size: 9pt;
    font-family: Arial, Verdana, Helvetica, Tahoma, SansSerif, serif;
}

p, div {
    font-size: 9pt;
    font-weight: normal;
}

h1 {
    font-size: 14pt; 
    font-weight: bold; 
    margin-top: 5px;
    margin-bottom: 10px;
}

h2 {
    font-size: 12pt; 
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

h3 {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 8px;
}

h4 {
    font-size: 10pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 6px;
}

h5 {
    font-size: 9pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 5;
}

h6 {
    font-size: 8pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: #0000d8;
}

A:hover {
    color: #0000FF;
    text-decoration: underline;
}

th {
    font-size: 10pt;
    font-weight: bold;
}

td  {
    font-size: 9pt;
    font-weight: normal;
}

li {
    font-size: 9pt;
}


/* Egne klasser */

td.vmeny {
    background: #003300;
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
    border: 3px solid #009900;
	text-decoration: none;
	text-indent: 1px;
    cursor: pointer;
}

.vmeny a {
	display: block;
}
.vmeny a:hover {
	text-decoration: none; 
	color: #FFFFFF;
}

a.vmeny {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 8pt;
}
