<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;!-- Style sheet for my pages ---!&gt;*/

	H1 { 	font-family: "arial";
			font-size: 2em;
			color: #cf0030;
			text-align: center;
			text-decoration:underline;
		}

	H2 { 	font-family: "arial";
			font-size: 1.5em;
			color: #000090;
			text-align: center;
			text-decoration:none;
		}

	H3 {		font-family: "arial";
			font-size: 1.1em;
			color: #000000;
			text-align: Left;
			margin-left: 2%;
			text-decoration: none;
		}

	H4 {		font-family: "arial";
			font-size: 1em;
			color: #000090;
			text-align: Left;
			margin-left: 2%;
			text-decoration: none;
	}

	P { font-family: "arial";
		 font-size: 0.8em;
		margin-left: 2%;
		 color: #d00070;
		}

	LI {  font-family: "arial";
			font-size: 0.8em;
			color: #000000;
		}	
	
	A {	font-family: "Arial";
			font-size: 0.8em ;
			font-weight: 600;
	  		text-decoration: underline; 
			color: #000090; 
	  }

	A.reference { 
			font-family: "arial";
			font-size: 1.1em;
			color: #000000;
			text-decoration:none;
	}
		
	A:hover { 	color:red; }			
</pre></body></html>