<style>

	P {
		font-family : Arial, Helvetica, sans-serif;
	}


	H1  {
		font-size : large;
		font-family : MS Sans Serif,arial;
		font-weight : bolder;
		font-style : normal;
		text-decoration : none;
		text-align : center;
		color : Black;
	}

	H2  {
		font-size : medium;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : normal;
		font-style : normal;
		text-decoration : none;
		text-align : center;
	}

	H3  {
		font-size : small;
		font-family : arial;
		font-weight : bold;
		font-style : normal;
		text-decoration : none;
		text-align : center;
		color : Black;
	}

	A  {
		color : Black;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
	}

	A:Visited  {
		color : Maroon;
	}
	TD {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	A:Active  {
		color : Fuchsia;
	}

	A:Hover  {
		color : Teal;
	}

	BODY  {
		background-color : #ffffff;
		font-family : Arial, Helvetica, sans-serif;
		background-image:url('../images/pebbles.gif')
}
	

	input {
		background-color : White;
		color : Maroon;
		font-weight : bold;
		background : ButtonFace;
	}
	select {
		background-color : transparent;
		color : Maroon;
	}
</style>