.recommend {
	font-weight: bold;
	text-decoration: underline;
}
.action {
	font-weight: bold;
	text-transform: uppercase;
	border: thin solid;
}
.decision {
	font-weight: bold;
	color: #FF0000;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}