ol, ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
}

ol.cap {
	list-style-type: upper-alpha;
}

ol.lc {
	list-style-type: lower-alpha;
}

ol.lrom {
	list-style-type: lower-roman;
}

ol.num {
	list-style-type: decimal;
}

ol.urom {
	list-style-type: upper-roman;
}

ul.sq {
	list-style-type: square;
}

li {
	margin: 4px 0 0;
}
