package p;
public enum A {
	REDDISH, GREEN, PINK // Color Different!
}
