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




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