<style>
A:link {
  color: White; 
  text-decoration: underline; 
  background: none;}/*normal links in the text*/
A:visited {
  color: White; 
  text-decoration: underline; 
  background: none;}
A:hover { /*this effect is not shown in NN4.xx*/
  color: White; 
  text-decoration: none; 
  background: none;}
A:active {/*colour in NN4.xx is red*/ 
  color: Yellow; 
  text-decoration: underline; 
  background: none;}
.small {
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	vertical-align : bottom;
}
INPUT {
	font-size : 10pt;
}
SELECT {
	font-size : 10pt;
}
TEXTAREA {
	font-size : 10pt;
}
.style2 {
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	border-style: solid;
	border-width: 1px;
}
.style5 {
	font-size: small;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
</style>