<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
*/

.doo
/* This is the quotes section */
	 {font: bold 8pt  Arial; color: #2C4521;}
.doo	  a:link {
		color: #4D6FAE;
		font-weight:  normal;
	  }
.doo	  a:visited {
	  	color:  #4D6FAE;
	  	font-weight:  normal;
	  }
.doo	  a:active {
	  	color:  #4D6FAE;
	  	font-weight:  normal;
	 }
.doo	  a:hover {
	  	color: #4D6FAE;
	  	font-size: 10pt;
	  }
	  
.doo3
/* This is the quotes section */
	 {font: bold 10pt  Arial; color: #4D6FAE;}
.doo3	  a:link {
		color: #4D6FAE;
		font-weight:  bold;
	  }
.doo3	  a:visited {
	  	color:  #4D6FAE;
	  	font-weight:  bold;
	  }
.doo3	  a:active {
	  	color:  #4D6FAE;
	  	font-weight:  bold;
	 }
.doo3	  a:hover {
	  	color: #4D6FAE;
	  	font-size: 12pt;
	  }
	 	  
	 </pre></body></html>