a:link {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9c9491;
	text-decoration: none;}/*normal links in the text*/
a:visited {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9c9491;
	text-decoration: none;}
a:hover { /*this effect is not shown in NN4.xx*/
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eeeeee;
	text-decoration: none;}
a:active {/*colour in NN4.xx is red*/ 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9c9491;
	text-decoration: none;}
.btext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.btextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
