	UL.REDBALL {
		list-style: url(imgs/redball.gif) disc;
		color: red;
	}
	
	UL.YELLOWBALL {
		list-style: url(imgs/yellowball.gif) disc;
		color: yellow;
	}

	UL.GREENBALL {
		list-style: url(imgs/greenball.gif) disc;
		color: green;
	}

	UL.BLUEBALL {
		list-style: url(imgs/blueball.gif) disc;
		color: blue;
	}

	UL.PINKBALL {
		list-style: url(imgs/pinkball.gif) disc;
		color: pink;
	}

	UL.BROWNBALL {
		list-style: url(imgs/brownball.gif) disc;
		color: brown;
	}

