body {
    background:#222;
    color: #DDD;
    font-family:Verdana;
    font-size: 10pt;
    margin:20px;
    }

a:link {text-decoration: none; color: #DDD;}
a:visited {text-decoration: none; color: #DDD;}
a:hover {color: yellow;}

td {
    border: 1px solid #999;
    padding: 15px;
    }

div#headline {
    border:1px solid #999;
    width: 591px;
    background:#444;
    font-size: 200%;
    text-alignment: center;
    padding: 10px;
    }

div#footer {
    border:1px solid #999;
    width: 591px;
    background:#444;
    text-alignment: center;
    padding: 10px;
    }

div#note {
    color: #888;
    border:1px solid #999;
    width: 605px;
    background:#444;
    text-alignment: center;
    font-size: 80%;
    padding: 3px;
    margin-top: 2px;
    }

div#aboutheader {
    border:1px solid #999;
    width: 591px;
    background:#444;
    font-size: 125%;
    text-alignment: center;
    padding: 10px;
    margin-top: 25px;
    }

div#abouttext {
    width: 591px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    text-alignment: left;
    padding: 10px;
    }