﻿.CustomUl {
	list-style: disc;
	margin-left: 25px;
}

.CustomSubUl {
	list-style: circle;
}

.CustomLi {
	color: white;
	padding-right: 5px;
}

.CustomSubLi {
	color: white;
	padding-right: 5px;
	margin-left: 25px;
}