html { height: 100.02%; } /* pakottaa korkeussuunnan scrollbaarin joka sivulle */

A
{
    text-decoration: none;
    color: Blue;
}

A:Visited
{
    color: Blue;
}

A:Hover
{
    text-decoration: underline;
}

BODY
{
    font-family: Verdana, Arial;
    color: Black;
    background-color: #9CBBD5;
}

.taustatable
{
    width: 650px;
    background-color: white;
}
.taustatable TD
{
    font-size: 10pt;
}

.kisatulostaulukko
{
    width: 100%;
    border-collapse: collapse;
}
.kisatulostaulukko TD
{
    border: 1px solid black;
    background: #eeeeee;
}

.cvtable
{
    width: 650px;
    font-family: Courier New;
    background-color: white;
    border: 1px solid black;
    border-collapse: collapse;
}
.cvtable TD
{
    font-size: 10pt;
}

.linkkipalkki
{
    width: 650px;
    font-size: 8pt;
}
