UL.PINK {
	list-style-type: disc;
	color: pink;
}

UL.LIGHTGREEN {
	list-style-type: disc;
	color: lightgreen;
}

UL.GOLD {
	list-style-type: disc;
	color: gold;
}

UL.LIGHTBLUE {
	list-style-type: disc;
	color: lightblue;
}

