/* deze extra stylesheet is nodig omdat FP anders teksten van menu's niet laat zien, 
   omdat standaard a:link voor display wordt gebruikt en deze standaard dblauw is,
*/    

body
{
	background-color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 0 0 10
}


.rb:link
{ font-size: 11px;
color: #FFFFFF; text-decoration: none; 
}
.rb:visited
{font-size: 11px;
color: #FFFFFF; text-decoration: none; 
}
.rb:hover
{	font-size: 11px;
color: #FFFFFF; text-decoration: underline; 
}


.checked:link
{ font-size: 11px;
color: #FFFFFF; text-decoration: underline; 
}
.checked:visited
{	font-size: 11px;
color: #FFFFFF; text-decoration: underline;
}
.checked:hover
{	font-size: 11px;
color: #FFFFFF; text-decoration: none; 
}