﻿
        BODY
        {
            font-family: Arial;
        }
        TABLE
        {
            font-family: Arial;
        }
        TD
        {
            font-family: Arial;
        }
        .class1 A:link
        {
            color: #000000;
            text-decoration: none;
            font-size:-1;
            font-weight:bold;
        }
        .class1 A:visited
        {
            color: #000000;
            text-decoration: none;
            font-size:-1;
            font-weight:bold;
        }
        .class1 A:active
        {
            color: #000000;
            text-decoration: none;
            font-size:-1;
            font-weight:bold;
        }
        .class1 A:hover
        {
            color: #ffffff;
            text-decoration: none;
            font-size:-1;
            font-weight:bold;
        }
        .class2 A:link
        {
            color: #ffffff;
            text-decoration: underline;
        }
        .class2 A:visited
        {
            color: #ffffff;
            text-decoration: underline;
        }
        .class2 A:active
        {
            color: #ffffff;
            text-decoration: underline;
        }
        .class2 A:hover
        {
            color: #aaaaaa;
            text-decoration: underline;
        }
