<!--
	BODY {
		color: black;
		font: 12px Tahoma;
		background-color:  #FFFFFF;
	}

	Table {
		color: black;
		font: 12px Georgia;
	}

	TD {
		font: 16px Georgia;
	}

	h1 {
		background: ;
		color: ;
		margin: 0px 0px 0px 0px;
		font: 30px Tahoma;
		padding:  0px 0px 0px 0px;
	}

	h2 {
		background: white;
		color: black;
		margin: 0px 0 0px 0;
		font: normal 20px Tahoma;
		padding:  0px 0px 0px 0px;
	}

	h3 {
		background: black;
		color: white;
		font: normal 10px;
		margin: 12px;
		padding:  4px 2px 4px 4px;
	}

	LI  {
		list-style: disc;
	}

	A {
		color: #0000FF;
		text-decoration: underline;
	}

	A:Hover {
		color: #0000FF;
		text-decoration: none;
	}

	Pre {
		background: #FFFFE0;
		color: #2F4F4F;
		font: 12px sans-serif;
	}

	DIV {
		margin: 0px 0 2px 0px;
	}

	Strong {
		background: white;
		color: #8B0000;
		font: bold 100%;
	}
-->

