body {
    background: url(/images/flamedance-red.jpg) #8F0000;
    background-position: 400px 50px;
    background-repeat: no-repeat;
}

.role .name, .role .description {
    background: #8F0000;
}

a {
    color: #D55;
}
a:active {
    color: red;
}
a:visited {
   color: #400;
}


