ul {
    list-style-type:square;   
}
ol {
    list-style-type:georgian;
}
menu {
    list-style-type: none
}