<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  body
	{
	background : #fff;
	color : #333;
	}

img
	{
	border : 0 none inherit;
	}

/* links*/

a:active , a:link
	{
	text-decoration : none; 
	color : #030;
	background : transparent; 
	font-weight : bold;
	}

a
	{
	text-decoration : underline; 
	color : #030;
	background : transparent; 
	font-weight : bold;
	}

a:visited
	{
	text-decoration : none; 
	color : #96c;
	background : transparent; 
	font-weight : bold;
	}

a:hover
	{
	text-decoration : underline; 
	color : #906;
	background : transparent; 
	font-weight : bold;
	}

/* font sizes*/

h1 , h2 , h3 , h4 , h5 , p , ul , dl
	{
	font : 10pt Verdana, Helvetica, sans-serif;
	}

/* font weights*/ 

h1 , h2 , h3 , h4
	{
	font-weight : bold; 
	}


/* font colours*/ 



/* background colors*/



/* list styles */

ul
	{
	list-style-type : none;
	margin : 0;
	padding : 0;
	}</pre></body></html>