ol
{
	list-style: decimal;
}
ol ol
{
	list-style: lower-alpha;
}
ol ol ol
{
	list-style: lower-roman;
}
ol ol ol ol
{
	list-style: upper-alpha;
}
ol ol ol ol ol
{
	list-style: upper-roman;
}
ul
{
	list-style: disc;
}
ul ul
{
	list-style: circle;
}
ul ul ul
{
	list-style: square;
}
