.lookups {
    font-size: 10pt;
    border-collapse: collapse;
}

.lookups tr 
{
    background-color: lightyellow;
    color: black;
    height: 17pt;
}

.lookups th
{
    background-color: white;
}

.lookups td,th
{

    border-bottom: solid 1pt black;
    padding-left: 2pt;
    padding-right: 2pt;
}

.lookups tr td a
{
    color: black;
    text-decoration: none;
}

.lookups tr td a:hover
{
    color: black;
    text-decoration: underline;
}

.lookups .highrating
{
    background-color: lightgreen;
}

.lookups .lowrating
{
    background-color: pink;
}

.lookups .spacer
{
    background-color: white;
}

