ul {
    list-style-type:circle;
}
ol {
  list-style-type: decimal-leading-zero;
}
menu {
  list-style-type: none;
}