.item.text .addBackgroundColor {
	background-color: #e0dbe3;
	margin: 0 -30px;
	padding: 30px;
}
.item.text .addBackgroundColor ol li,
.item.text .addBackgroundColor ul li {
	line-height: 30px;
}
.item.text .addBackgroundColor ol li *,
.item.text .addBackgroundColor ul li * {
	color: #4e2b62;
}
.item.text .addBackgroundColor ol li a,
.item.text .addBackgroundColor ul li a {
	border-bottom: 1px solid #4e2b62;
	padding: 0 0 2px;
}
.item.text .addBackgroundColor ol li a *,
.item.text .addBackgroundColor ul li a * {
	color: #4e2b62;
}
.item.text .addBackgroundColor ol li a:hover,
.item.text .addBackgroundColor ul li a:hover {
	border-bottom: 1px solid #c45af9;
	color: #c45af9 !important;
	text-decoration: none !important;
}
.item.text .addBackgroundColor ol li a:hover *,
.item.text .addBackgroundColor ul li a:hover * {
	color: #c45af9;
}
