
#trees ul {   /*1st Gen Black*/
	font-size: 12px;

}

/* 1st Gen Red */
#trees ol  { 
	color: red;
	list-style-type: upper-roman;
	text-align: justify;
}
#trees ol A { color: red; }

/* 2nd gen Blue */
#trees ol ol {  color: blue; }
#trees ol ol A { color: blue; }

/* 3rd gen Green */
#trees ol ol ol {  color: #008000; }
#trees ol ol ol A { color: #008000; }

/* 4th gen purple */
#trees ol ol ol ol {  color: purple; }
#trees ol ol ol ol A { color: purple; }

/* 5th gen teal */
#trees ol ol ol ol ol {  color: teal; }
#trees ol ol ol ol ol A { color: teal; }


/* 6th gen orange */
#trees ol ol ol ol ol ol {  color: orange; }
#trees ol ol ol ol ol ol A {color: orange;}


/* 7th pink */
#trees ol ol ol ol ol ol ol { color: #FF0099; }
#trees ol ol ol ol ol ol ol A  {color: #FF0099;}



/* 8th grey */
#trees ol ol ol ol ol ol ol ol{ color: grey; }
#trees ol ol ol ol ol ol ol ol A {color: grey;}


/* 9th Start to recyle Red*/
#trees ol ol ol ol ol ol ol ol ol{  color: #800000; }
#trees ol ol ol ol ol ol ol ol ol A {color: #800000;}

/* 10th recyle blue/ */
#trees ol ol ol ol ol ol ol ol ol ol{ color: #008880;}
#trees ol ol ol ol ol ol ol ol ol ol A {color: #008880;}

/* 11th recyle green*/
#trees ol ol ol ol ol ol ol ol ol ol ol{color: #30c830; }
#trees ol ol ol ol ol ol ol ol ol ol ol A {color:  #30c830;}


/* 12th recycle purple */

#trees ol ol ol ol ol ol ol ol ol ol ol ol{ color: #9030d0; }
#trees ol ol ol ol ol ol ol ol ol ol ol ol A {color: #9030d0;}


 /* 13th recyle alt blue */
#trees ol ol ol ol ol ol ol ol ol ol ol ol ol{ color: #4080b0; }
#trees ol ol ol ol ol ol ol ol ol ol ol ol ol A {color: #4080b0;}


/* 14th recyle orange -> gold */
#trees ol ol ol ol ol ol ol ol ol ol ol ol ol ol{ color: #ffd800; }
#trees ol ol ol ol ol ol ol ol ol ol ol ol ol ol A {color: #ffd800;}

/*15th rycle pink */
#trees ol ol ol ol ol ol ol ol ol ol ol ol ol ol ol{ color: #ff1090; }
#trees ol ol ol ol ol ol ol ol ol ol ol ol ol ol ol A {color: #ff1090;}

/*16th rycle grey */
#trees ol ol ol ol ol ol ol ol ol ol ol ol ol ol ol{ color: #000000; }
#trees ol ol ol ol ol ol ol ol ol ol ol ol ol ol ol A {color: #000000;}














