body { 
	font: 5pt Verdana; 
	color: #000000; 
	}
a:link {
  color: #78179A; 
  text-decoration: none; 
  }/*normal links in the text*/
a:visited {
  color: #78179A; 
  text-decoration: none; 
  }
a:hover { /*this effect is not shown in NN4.xx*/
  color: #78179A; 
  text-decoration: none; 
  }
a:active {/*colour in NN4.xx is red*/ 
  color: #666666; 
  text-decoration: underline; 
  }

