.RedRow
{
    cursor: default;
    color: red;
    text-decoration: line-through;
}

.HoverRedRow
{
    cursor: default;
    color: red;
    text-decoration: line-through;
}

.GreenRow
{
    cursor: default;
    color: Green;
    text-decoration: underline;
    font-weight: bolder;
}

.HoverGreenRow
{
    cursor: default;
    color: Green;
    text-decoration: underline;
    font-weight: bolder;
    }

.land
{
    color: blue;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
}

