body {
    font: 12px Arial;
    color: #FFFFFF;
    background-color: #FFFFFF;
}

A:link, A:visited, A:active {
    color: #FFFFFF;
    font: 13px Arial;
    text-decoration: none;
    font-weight: bold;
}

A:hover {
    color: #FFFFFF;
    font: 13px Arial;
    text-decoration: underline;
    font-weight: bold;
}

.menu {
    color: #FFFFFF;
    width: 90px;
    height: 200px;
    background-color: #7cc8e4;
    vertical-align: top;
    border: 0px solid black;
    padding: 10px;
    font: 13px Arial;
    font-weight: bold;
}

.sisalto {
    width: 600px;
    height: 200px;
    background-color: #7cc8e4;
    vertical-align: top;
    border: 0px solid black;
    padding: 10px;
    font: 13px Arial;
}

.kollaasi {
    width: 790px;
    height: 180px;
    background-color: #FFFFCC;
    vertical-align: top;
    border: 0px solid black;
    padding: 5px;
    font: 13px Arial;
}