A:link     {font-family:VERDANA;
           font-size:10pt;
           text-decoration:none;
           color:#0080FF;
           font-weight:bold;
           }
/* ----------------------------------------*/
A:visited {font-family:VERDANA;
          font-size:10pt;
          text-decoration:none;
          color:#000080;
          font-weight:bold;
          }
/* ----------------------------------------*/
A:active {font-family:VERDANA;
         font-size:10pt;
         text-decoration:none;
         color:#00A0FF;
         font-weight:bold;
         }
/* ----------------------------------------*/
A:hover {font-family:VERDANA;
        font-size:10pt;
        text-decoration:none;
        color:#FF0000;
        font-weight:bold;
        }
