/* Makes changes using external cascading */

/* Changes chicken wings sublist of flavors to be in roman numerals */
.make_roman {
	list-style-type: upper-roman;
}

/* Make the list of favorite movies dots to be squares */ 
.make_square_dot {
	list-style-type: square;
}