<!--'DN'15/05/2026: modified to not recognise visited links (ie they remain blue) and use same font size as normal text-->
<!--'DN'20/05/2026: completely remove reference to visited links-->
<!--'DN'20/05/2026: link text decoration: none-->
<!--'DN'20/05/2026: restore visited link text to blue, but with decoration: none-->
<!--'DN'20/05/2026: visited link modifications not recognised in Brave browser: have to delete browsing history each time.  This is not necessary with, for example, DDG-->
<!--'DN'27/05/2026: styles 2b created specifically for pubs2 to hide links to dummy pages-->





body {
  background-color: #FFFFFF;
}





body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0000FF;
}

h2 {
	font-size: 20px;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
        text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00CC00;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	text-decoration: none;
}