HTML {
background-color: #B5B5CC;
font-family: Verdana;
}

.tabelka {
font-size: 12px;
border-style: dotted;
border-color: black; 
background-color: #DADEE9;
text-align: center;
padding: 3px;
width: 700px;
}

.tabelka2 {
font-size: 12px;
text-align: center;
padding: 3px;
width: 320px;
font-weight: bold;
}

.div {
color: forestgreen;
}

.div2 {
color: red;
}

.stopka {
font-size: 11px;
text-align: center;
}

a:link {
color: black;
text-decoration: none
}

a:visited {
color: black;
text-decoration: none
}

a:hover
{
color: black;
text-decoration:underline;
}
