.BulletDisc {
	list-style-type: disc;
}
.BulletCircle {
		list-style-type: circle;
}
.BulletSquare {
	list-style-type: square;
}