body {
        background-color: #FFFFFF;
        margin: 8px;
}
a:link {
        color: #FFFFFF;
        text-decoration: none;
}
a:visited {
        color: #FFFFFF;
        text-decoration: none;
}
a:active {
        color: #FFFFFF;
        text-decoration: none;
}
a:hover {
        color: #000000;
        text-decoration: underline;
}
.meny {
        font-family: Verdana, Arial;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
}
table#logo {
        width: 950px;
        height: 100px;
        border: 1px solid #000000;
        border-bottom: 0px;
}
table#main {
        width: 950px;
        height: 470px;
        border: 1px solid #000000;
}
td#logotd {
        width: 950px;
        height: 100px;
        background: url(bilder/logo2.png);
}
td#menytd {
        width: 130px;
        height: 470px;
        background-color: #0b9085;
}
td#maintd {
        width: 700px;
        height: 470px;
        background-color: #82d4cb;
        border-left: 1px solid #000000;
}