/* Outline Demo */

ol {
	list-style-type: upper-roman;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol{
	list-style-type: decimal;
}