ul {
	color: black;
	background-color: transparent;
	list-style-type: square;
  
}

ol {
	color: red;
	background-color: white;
	list-style-type: upper-alpha;
}

ul li ul {
	color: red;
	background-color: transparent ;
}
