a.menu {
    color: white;
    font-family: "Arial, Helvetica, sans-serif";
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;

    font-size: 14px;
}

div.menu {
    padding-bottom: 2px;
}

a.footline {
    color: black;
    font-family: "Arial, Helvetica, sans-serif";
    font-weight: bold;
    font-size: 10px;
    padding-right: 5px;
}

a.menu:link {
    color: white; text-decoration: none;
}
a.menu:visited {
    color: white; text-decoration: none;
}
a.menu:hover { 
    color: white; text-decoration: none;
}
a.menu:active {
    color: white; text-decoration: none;
}

table.main {
    width: 900px;
    table-layout: fixed;
    border: 1px solid gray;
    background-color: #fffbd3;
    font-size: 13px;

}

td.text {
    font-family: Verdana, Geneva, sans-serif;
    padding: 5px;

}