body {
    font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
    font-size: 10pt;
    background: #444 url(starbg.png) center top;
    color: #DDD;
    padding: 0;
    margin: 0;
}

h1, h2, h3 {
    text-shadow: 1px 1px 1px #AAA;
}

hr {
    border: none;
    border-bottom: 1px #888 dotted;
}

.float-right {
    float: right;
}

a {
    color: #EEE;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #222;
}

a:hover {
    text-decoration: underline;
}

.footer {
    text-align: center;
    font-size: small;
    margin-bottom: 30px;
}

#content {
    cursor: default;
    color: #222;
    width: 501px;
    margin: 30px auto 30px auto;
    background: #FFF;
    padding: 10px 30px 10px 30px;
}

#content a {
    color: #000;
    text-shadow: 1px 1px 1px #AAA;
}

#colors {
    width: 501px;
    height: 15px;
    margin: 0px auto 0px auto;
}

#colors div {
    float: left;
    width: 30px;
    height: 15px;
    background-color: #FFF;
    cursor: pointer;
    margin-right: 3px;
    border: 1px #FFF solid;
    border-top: none;
}

#colors div:hover {
    height: 20px;
}

#colors .gray {
    background: #444;
}

textarea {
    width: 100%;
    height: 100px;
}
