BODY      {
        font-family: Arial, Verdana, MS Sans Serif;
        color: #595959;
}

A:link    {
        color: #808080;
        text-decoration: none;
}
A:visited {
        color: #808080;
        text-decoration: none;
}
A:active  {
        color: #808080;
        text-decoration: none;
}
A:hover   {
        color: #808080;
        text-decoration: underline;
}


.footer {
		color: #999999;
        font-family: Arial;
        font-weight: normal;
        font-size: 7pt;
}

.footer A:link {
        font-family: Arial;
        color: #999999;
        text-decoration: none;
}
.footer A:active {
        font-family: Arial;
        color: #808080;
        text-decoration: none;
}

.footer A:visited {
        font-family: Arial;
        color: #999999;
        text-decoration: none;
}

.footer A:hover {
        font-family: Arial;
        color: #808080;
        text-decoration: underline;
}