#content ol ol {
	list-style-type: upper-alpha;
}
#content ol ol ol{
	list-style-type: decimal;
}
#content ol ol ol ol{
	list-style-type: lower-alpha;
}
