BODY, P, DIV, TD, LI, SELECT, A{
    font: 11px tahoma;
    color: white;
}
A{
    font-weight: bold;
    text-decoration: none;
    color: #ffd700;
}
A:HOVER, A:ACTIVE{
    color: #ffa500;
}

DIV.copyright{
    font-size: 0.8em;
    color: #b0c4de;
    padding: 10 0 10 10;
}
DIV.content{
    padding: 10 10 10 10;
}
IMG.scrshot{
    margin: 20 20 20 20;
}