table {
    color: white;
    background: black;
    font-family: sans-serif;
    border: 0ex;
    padding: 0.5ex;
    border-collapse: collapse;
}
td, th {
    padding: 0.1ex 1ex;
}
.n {
    text-align: left;
    background: #282828;
}
.v {
    text-align: right;
    background: #282828;
}
.x {
    text-align: center;
    background: #002800;
}
.y {
    text-align: center;
    background: #280000;
}
.p {
    text-align: right;
    background: #002800;
}
.q {
    text-align: right;
    background: #280000;
}
.e .n, .e .v {
    background: #404040;
}
.e .p {
    background: #004000;
}
.e .q {
    background: #400000;
}
a.cr, a.cy, a.cb, a.cg, a.ca {
    font-weight: bold;
    text-decoration: none;
}
a.cr:active, a.cr:hover, a.cy:active, a.cy:hover, a.cb:active, a.cb:hover, a.cg:active, a.cg:hover, a.ca:active, a.ca:hover {
    text-decoration: underline;
}
.cr {
    color: #FF0000;
}
.cy {
    color: #FFFF00;
}
.cb {
    color: #66CCCC;
}
.cg {
    color: #99FF33;
}
.ca {
    color: #CCCCCC;
}
