/* Popups */
a:link
{
	color: rgb(50,160,83); 
}
a:visited
{
	color: rgb(50,160,83); 
} 
a:active 
{
	color: rgb(50,160,83);
}
a:hover
{
	font-style: italic; bold; color: rgb(0,0,0)
}
body
{
	font-family: Arial;
	/* BF = (13,174,98) */
	/* BF = (50,160,83) */
	/* Pantone 367 dunkelgruen = (79,255,0) */
	color: rgb(50,160,83);
}