1.) the color of the menu button below the time remaining can be changed in colors.ini under [PlaylistMenu]
2.) You need to add the following to the top of the playlist.dis file to set the color for the text in the playlist:
a:link { color:#000000; text-decoration: none;}
a:visited { color:#000000; text-decoration: none;}
a:hover { color::#000000; text-decoration: none;}
Just change #000000 to the color you want.
a:link and a:visited need to be the same color....a:hover can be a different color