usa una lista

<ul>[*]1[*]2
...[*]n[/list]

ul {
list-style-type : none;
margin : 0;
padding : 0;
}

li {
color : #990000;
}