body 
{
    color: #000000;
    font-family: Arial, Verdana, Helvectica, sans-serif;
    margin: 0;
    padding: 0;
}

.redtext
{
    color: #FF0000;
}

.greentext
{
    color: #00FF00;
}

.pointable
{
    cursor: pointer;
    cursor: hand;
}

.tabclass
{
    cursor: pointer;
    cursor: hand;
}

.tabclass_hi
{
    font-weight: bold;
}
