ol.circle {
    list-style-type: circle;
}

ol.square {
    list-style-type: square;
}
ol.greek {
    list-style-type: upper-roman;
}

ol.letters {
    list-style-type: lower-alpha;
}