/* Enter Your Custom CSS Here */
ol li {
	list-style-type: decimal;
	list-style-image: none;
	margin-left: 25px;
	}
ul li {
	list-style-type: disc;
	list-style-image: none;
	margin-left: 25px;
	}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}