.outline {
	list-style: none;
	padding: 0px;
}

.outline ul {
	list-style: none;
	padding-left: 24px;
}

.outline ol {
	padding-left: 24px;
	list-style-image: none;
	list-style-type: lower-alpha;
}

.outline li {
	padding-left: 0px;
	padding-bottom: 6px;
	cursor: auto;
}

.question {
	font-weight: bold;
	color: #a9cf38;
	font-size: 14px;
}

.answer {
	padding-top: 4px;
	font-weight: normal;
	color: #414042;	
}

.olink {
	border-style: none;
	padding-right: 8px;
}
.oimg {
	border-style: none;
}
