<style type="text/css">
	DIV {
		color: Black;
		background : yellow;
	}
	EM {
		color: Black;
		background : yellow;
	}
	UL{
		color: Black;
		background : yellow;
	}
	H2 {
		color: Black;
		background : yellow;
	}
	H1 {
		color: Black;
		background : yellow;
	}
	P	{
		color: Black;
		background : yellow;
	}
	B.TITLE {
		font-size : larger;
		color : Black;
		background : yellow;
	}


	LI {
		color: Black;
		background-color : yellow;
	}


	BODY {
		margin: 0;
		background-image : url(.\img\1pixelwide.gif);
		/*background-color : Yellow;*/
		background-repeat : repeat-x;
	}

	H3 {
		color: Black;
		background-color : #FF99FF;
		padding-bottom : 5px;
		padding-left : 10px;
		padding-top : 5px;
		background-repeat : repeat-x;
	}

	}
	SPAN {
		color: Black;
		vertical-align : sub;
	}

	B.CENTER {
		text-align : center;
		color: Black;
		background-color : yellow;
	}


	B.UP {
		vertical-align : super;
		color: Black;
		background-color : yellow;
	}

	P.INSET{
		margin : 5%;
		line-height : 150%;
		color: Black;
		background-color : yellow;
		/*font-size : 120%;*/
	}


	DIV.TITLE {
		font-size: 18pt;
		font-weight: bold;
		color: Black;
		background-color : yellow;
	}
	A {
		font-weight:bold;
		color: black;
	}
	A.INSET{
		margin : 5%;
		color: Yellow;
	}

	A:HOVER {
	color : Fuchsia;
	background : Yellow;
}

	A:visited {
		color: Blue;
	}

	A:active {
		color: Blue;
	}
</style>
