A:link, A:active, A:visited
          {
          font-family             : Arial;
          text-decoration         : none;
          font-size               : 8pt;
          font-weight             : normal;
          color                   : #ffffff;
          background              : #transparent;
          }

A:hover
          {
          font-family             : Arial;
          text-decoration         : underline;
          font-size               : 8pt;
          font-weight             : normal;
          color                   : #ffffff;
          background              : #transparent;
          }

