/* This is so can see which text should be translated
   for a language. I believe this file is now obsolete
   now that i18n is working well. So should not need
   to include it anymore.

   Note: Need to use "id" instead of "class" attribute
   due to Java already having a getClass() getter defined.
   So need to preceed the style sheet specifications with
   a "#" for an id, instead of a "." for a class.
*/
#i18n {
	/* background-color:#8FF; */
}

#i18n_en {
	/* background-color:#8FF; */
}

#i18n_fr {
	/* background-color:#FF8; */
}

#i18n_es {
	/* background-color:#88F; */
}


