/* <style>		*/
		BODY	{
			font-family: "Trebuchet MS";
			font-size: x-small;
			background: url(graphics/back-paper.jpg)
		}
		HR 		{text-align: left; color: Maroon;}
		H2		{color: Maroon;}
		TR.hdr  {background-color: Teal;
			color: White;}
		TR.a  	{color: blue;}                              /*** Ancestors ***/
		TR.c  	{background-color: #E2F6E3;}                /*** AltColor  ***/
		TR.ac  	{background-color: #E2F6E3; color: blue;}   /*** AltColor & Ancestor ***/
		TR.line {background-color: maroon; line-height: 1px;}
		TD		{font-size: x-small;
			vertical-align: top;
			border-bottom: solid black;
			border-right: solid grey;
			border-width: 1px;	}
		TH		{
			font-size: x-small;
			vertical-align: bottom;
			border: solid black;
			border-width: 1px;
		}

		/*
</style> */
/* background-color: #DAF5DC; - pale green */
/* background-color: #D9E9EB; - pale turquoise */
/* background-color: #F0FFFF; - light green */
/* background-color: #FFF8E5;  - pale brown */

/* background: url(images/bkg-blank2.gif) */


