<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
*/
 
.middletext
/* This provides the menu of the components of my  site */
	 {font: bold 9pt  Arial; color:#2C4521;}
.middletext	  a:link {
		text-decoration:  underline;
	  	color: #2C4521;
	  }	
.middletext	  a:visited {
		text-decoration:  underline;
	  	color: #2C4521;
	  }
.middletext	  a:active {
		text-decoration:  underline;
	  	color: #2C4521;
	  }
.middletext	  a:hover {
		text-decoration:  underline;
	  	font-size: 10pt;
	  }	  
	  




	  
	  
  </pre></body></html>