/* general style */

body {
    border: 0;
    margin: 0;
    padding: 0;
}

table.main td.content, table.nav td {
    color: white;
    background-color: white;
}

td {
    font-size: 11pt;
    font-family: tahoma, ms sans serif, arial, sans-serif, helvetica;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: white;
}

a.about {
    font-size: 12px;
}