<style type="text/css">
<!--

h1
{	font-variant: "small-caps";
}

/*
a:link	{color: green; text-decoration: none;}
*/

/* picture table properties */
table
{	border-style: "outset";
	border-width: "medium";
	border-color: "#008000";
	width: "80%";
}

/* overall cell properties */
td
{	border-style: "outset";
	border-width: "1px";
	border-color: "#008000";
	padding: "10px";
}

/* image cell properties */
td.pximage
{	width: "25%";
	vertical-align: "middle";
	text-align: "center";
}

/* text cell properties */
td.pxtext
{	width: "50%";
	text-align: "left";
}

-->
</style>