<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
CSS for my home site
*/



.myname
/* This provides the name information large */
	{font:  bold 20pt Tahoma; color: #2C4521; background-color: #9AC786}
.myname	  a:link {
	  	text-decoration:  none;
	  	color: #2C4521;
	  }
.myname	  a:visited {
	  	text-decoration:  none;
	  	color: #2C4521;
	  }
.myname	  a:active  {
	  	text-decoration:  none;
	  	color:  #2C4521; 
	  }

	
.doo1
/* This is the header affiliation link section */
	 {font:  8pt  Arial; color: #2C4521;}
.doo1	  a:link {
	  	text-decoration:  none;
	  	color: #2C4521;
	  }
.doo1	  a:visited {
	  	text-decoration:  none;
	  	color: #2C4521;
	  }
.doo1	  a:active  {
	  	text-decoration:  none;
	  	color:  #2C4521; 
	  }
.doo1	  a:hover {
	  	color: #2C491D;
	  	font-size: 10pt;
	  }


.base
/* This is the header affiliation link section */
	 {font:  bold 8pt  Arial;}	  
  </pre></body></html>