	<!-- /* this is the CRAFT style sheet, cft_style,  a css file */ -->
	/* last modified 24 feb 06 mlb */



body            {background-color: ivory;         /* this is displayed without a   p  reference */
	         color: #000000;                  /* (the font color) */
	         font-family: verdana, arial, helvetica, sans-serif;  
		 font-size: small;}

	<!---- /* p.horule        {color: #cccccc;}   */ ---->



	<!----------------------- /* consider using this */ 
p.footer       {font-family: arial, helvetica, sans-serif;
                font-size: x-small;
		text-align: center;
		color: #660000;
		line-height: 15px;}  /* yes, 12-15 */
	-------------------------------------------------->




<!---- /*   	apricot      cc6600
	  	apr  -  pale cc3300 -- best of 3
		apr  -v.pale ff9933
		black        000000
		chocolate    660000
		brown        990000
		green	     336600
		green        006633
		lime	     669900
		red          cc3300 bold
		red-near     cc0000
		
	*/ -------------------------------------------------->


		<!---- /* type1 -- chocolate/green ------------------------------------ */ ---->	
A.type1:link     {color: #990000; text-decoration: none;}	
A.type1:visited  {color: #990000; text-decoration: none;}
A.type1:hover    {color: green; text-decoration: underline;} 
A.type1:active   {color: green; text-decoration: underline;}


		<!---- /* type2 -- brown/green --------------------------------------*/ ---->	
A.type2:link     {color: #990000; text-decoration: none;} 	
A.type2:visited  {color: #990000; text-decoration: none;}
A.type2:hover    {color: green; text-decoration: underline;}
A.type2:active   {color: green; text-decoration: underline;}

		<!---- /* type3 -- brown/green --------------------------------------*/ ---->	
A.type3:link     {color: #990000; text-decoration: none;} 	
A.type3:visited  {color: #990000; text-decoration: none;}
A.type3:hover    {color: green; text-decoration: underline;}
A.type3:active   {color: green; text-decoration: underline;}

		<!---- /* type4 -- brown/green --------------------------------------*/ ---->	
A.type4:link     {color: #990000; text-decoration: none;}	
A.type4:visited  {color: #990000; text-decoration: none;}
A.type4:hover    {color: green; text-decoration: none; font-weight: bold;} 
A.type4:active   {color: green; text-decoration: none; font-weight: bold;}
