 
.li_none{
  list-style-type : none;
}
.li_di{
  list-style-type : disc;
}
.li_ci{
  list-style-type : circle;
}
.li_sq{
  list-style-type : square;
}