/* other site settings follow */
/* unvisited links */
    A:link		{color: darkgreen }
/* active links */
    A:active	{color: red }
/* visited links */
	A:visited	{color: darkgreen }
/* mouseover links */
    A:hover 	{color: orange }
	
	BODY		{font-family: Verdana, Times New Roman, Arial }
	
	P			{font-family: Verdana, Times New Roman, Arial }
	
         
/* end of stylesheet */
