/* CSS Document */

      A:link { text-decoration:none; color:blue;  /*font-family: Arial;*/}          /* unvisited link */ 
      A:visited { text-decoration:none; color:blue; /*font-family: Arial;*/ }      /* visited link */
      A:hover {  text-decoration:underline; color: blue;  /*font-family: Arial;*/}   /* mouse over link */
      A:active {text-decoration:none; color:black;  /*font-family: Arial;}        /* selected link */  
          
/*---------------font face="Arial"-----------------*/