table, body {
    color: black;
    background: white;
    font: 12px sans-serif;
}

td {
    vertical-align: top;
}

a {
    text-decoration: none;
    font-width: bolder;
    
    color: black;
    background: transparent;
}

a:hover {
    text-decoration: underline;
}

table.main, td.middle, table.middle {
    width: 100%;
    height: 100%;
}

td.top, table.top {
    width: 100%;
    height: 85px;

    border-style: solid;
    border-color: #aaaabb;
    border-width: 0px;
    border-bottom-width: 1px;
}

td.lang {
    font: bold 14px sans-serif;
    vertical-align: bottom;
    padding: 4px;
    
    width: 14%;
}

td.logo {
    font: bold 14px sans-serif;
    vertical-align: bottom;
    text-align: right;
    
    width: 86%;
    
}

td.bottom, table.bottom {
    width: 100%;
    height: 10px;
    font: 9px sans-serif;
    text-align: center;
}

td.menu {
    width: 14%;
}

table.menu {
    width: 100%;
}

td.menuItem {
    background: #aaaabb;
    color: black;

    font: bold 14px sans-serif;
    
    padding: 4px;
    
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

td.content {
    width: 86%;
    height: 100%;
}

table.content {
    width: 100%;
    height: 100%;

    padding: 8px;

    border-style: solid;
    border-color: black;
    border-width: 1px;
}
