body {
        background: white;
        font-color: black;
        font-family: Arial;
        font-size: 12px;

        height: 600px;
}

td {
        font-family: Arial;
        font-size: 12px;
}


td.center {
        text-align: center;
}

a {
        color: rgb(75, 75, 200);
        text-decoration: none;
}

a.white {
        color: white;
}

#header {
        width: 100%;
        background: rgb(75, 75, 200);
        color: white;
        font-size: 20px;
        font-weight: bolder;

        padding: 40px;

        text-align: center;
}

#sidebar {
        width: 80px;
        background: rgb(75, 75, 200);
        color: white;
}

#main {
        padding: 10px;
}

#footer {
        background: rgb(75, 75, 200);
        color: white;
}



