body
{
    background-color: #000000;
}

a:link
{
    color: #f4f456;
    text-decoration: underline;
}

a:visited
{
    color: #f4f456;
    text-decoration: none;
}

a:hover
{
    color: #52D394;
    text-decoration: underline;
}

a:active
{
    color: #f4f456;
    text-decoration: underline;
}

.content
{
    position: relative;
    float: left;
    border: 1px solid #444444;
    background-color: #292929;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 64px;
    width: 384px;
    height: 300px;
    padding: 0 5px 8px 5px;
}

.stats
{
    position: absolute;
    bottom: 0;
}

.content h3
{
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    color: #e2a129;
}

.content p
{
    font-family: monospace;
    font-size: 14px;
    color: #e2a129;
}

.bghl
{
    background-image: url("/image/bg_hl.png");
    background-repeat: no-repeat;
    background-position: -120px -80px;
}

.bgq
{
    background-image: url("/image/bg_q.png");
    background-repeat: no-repeat;
    background-position: -100px -100px;
}

.bgqr
{
    background-image: url("/image/bg_qr.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.bgcs
{
    background-image: url("/image/bg_cs.png");
    background-repeat: no-repeat;
    background-position: 120px 40px;
}

.yellow
{
    color: #f4f456;
}

.evil
{
    color: #F8723B;
}


.bluish
{
    color: #52D394;
}
