FONT {
  font-family: "Tahoma", Tahoma, Verdana, Arial, Sans-serif; 
  font-size : 10pt;
}

LI {
  font-family: "Tahoma", Tahoma, Verdana, Arial, Sans-serif; 
  font-size : 10pt;
  list-style-type: circle;
}

TD {
  font-family: "Tahoma", Tahoma, Verdana, Arial, Sans-serif; 
  font-size : 10pt;
}

DL {
  font-family: "Tahoma", Tahoma, Verdana, Arial, Sans-serif; 
  font-size : 10pt;
}


BODY {
  font-family : "Tahoma", Tahoma, Verdana, Arial, Sans-serif; 
  font-size : 10pt;
  margin : 0;
  background : #A2DE00;
  color : #000000;
}


a:link {
  color : #003399;
  background : transparent;
  text-decoration : none;
}

a:visited {
  color : #660066;
  background : transparent;
  text-decoration : none;
}

a:hover {
  color : #006600;
  background : transparent;
  text-decoration : underline;
}





