<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	li	
	{
		color: black;
		font-family: arial;
		line-height: 150%;
		font-size: large;
	}
	
	h1
	{
		font-size: large;
		color: black;
		font-family: Arial;
		text-align: center;
	}
	
	pre
	{
		line-height: 105%;
		font-size: small;
		font-family: monospace;

	}		
	BODY
	{
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.red { color: red; }
	.green { color: green; }
	.blue { color: blue; }
	.black { color: black; }
	
	#m
	{
		color: red;
		font-weight: normal;
	}
	
	#n
	{
		color: red;
		font-weight: bold;
	}

	#p
	{
		color: black;
		font-weight: bold;
	}
</pre></body></html>