body {
    background-color: black;
    color: silver;
    font:nnormal normal normal  22px 1.2em Arial, Helvetica, sans-serif;
}
h1 {
    font-size:30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
p {
    font-size: 20px;
}
a:link {
    color: gold;
    text-decoration: none
}
a:visited {
    color: gold;
    text-decoration: none
}
a:hover {
    color: gold;
    text-decoration: none
}
a:active {
    color: gold;
    text-decoration: none
}
.rankingtable-style table {
    table-layout: auto;
    border-spacing: 10px;
    border: 1px solid grey;
}
.select-style {
    background_color:silver;
    color:white;
    font-size: 26px;
}
.select-style select {
    background-color:silver;
    color:white;
    font-size: 26px;
}
.stopka {
    background-color: black;
    color: silver;
    font:italic normal normal  18px 1.2em Arial, Helvetica, sans-serif;
}