.term {
    font-family: courier, fixed;
    font-size: 12px;
    color: #ffbb00;
    background: none;
}

.termReverse {
    font-family: courier, fixed;
    font-size: 12px;
    color: #181200;
    background: #ffbb00;
}

grey,
.grey {
    font-family: courier, fixed;
    font-size: 12px;
    color: #999999;
}

.lh13 {
    line-height: 13px;
}

.lh15 {
    line-height: 15px;
}