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




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