/* --  Style Sheet - Style1.CSS -- */

BODY {
  font-family:  tahoma, arial, geneva, helvetica;
  background: white;
     }
LI {
  font-family:  tahoma, arial, geneva, helvetica;
  text-decoration: none;
     }
TH {
  font-family:  tahoma, arial, geneva, helvetica;
  text-decoration: none;
    }
TD {
  font-family:  tahoma, arial, geneva, helvetica;
  text-decoration: none;
    }
P {
  font-family:  tahoma, arial, geneva, helvetica;
  text-decoration: none;
   }

  A:link    {text-decoration: none; color: red;}
  A:active  {text-decoration: none; color: green;}
  A:visited {text-decoration: none; color: blue;}
  A:hover   {text-decoration: none; color: purple;}

/* -- End of Style -- */
