body {
    background-color: #333;
    color: #DDD;
}


a {
    color: #00CECD;
}


#hd {
    background-color: #000;
    color: #FFF;
    border-bottom: 2px solid #666;
}

#hd h1 {
    font-size: 108%;
    font-weight: bold;
    font-family:monospace;
    padding: 0.5em 0.5em 0.5em;
}

#updates {
    margin-top: 20px;
}

#updates h2 {
    font-weight: bold;
    font-size: 110%;
}

#updates h3 {
    font-size: 115%;
    font-weight: bold;
}

#updates .group {
    margin-bottom: 2em;
}

#updates li {
    padding-bottom: 0.5em;
}

#updates .updated {
    color: #999;
}

#updates .author a {
    color: #CCC;
}

#updates .entry a {

}

#news {
    margin-top: 20px;
}

#news h2 {
    font-weight: bold;
}

#ft,
#info {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #666;
}


