H1, H2, H3, H4, H5, H6 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
p, td {
  font-family: verdana;
  color: #000000;
  font-size: 8pt;
  }
 
 a:link {
	font-family: verdana;
	color: Green;
	text-decoration: underline;
}/*normal links in the text*/
  
a:visited {
	font-family: verdana;
	color: Green;
	text-decoration: underline;
}
  
a:hover { /*this effect is not shown in NN4.xx*/
  font-family: verdana;
  color: #606060; 
  text-decoration: underline; }
  
a:active {/*colour in NN4.xx is red*/ 
  font-family: verdana;
  color: #F20000; 
  text-decoration: underline; }

.title {
  font-family: verdana;
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
  }

.page_title {
  font-family: verdana;
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
  }
