<STYLE TYPE="text/css"> <!--
	BODY 
	{
		font-family: Comic Sans MS, sans-serif;
		font-size: 100%;

		/* Set the background 					*/
		/* #FFFFE5 is the background colour			*/
		/* url (x) fxied no-repeat center			*/
		/*	This specified a background image to be placed  */
		/*	in the middle of the screen, non-repeated and   */
		/*	non-scrolling, used to test purposes only	*/
                background: #FFFFBF
                /* url(images/jlhcres2.gif) fixed no-repeat             */

		/* Need to do this for BODY only, so that if we do add  */
		/* a background image, it gets displayed in the body    */
		/* only, and not repeated in a table - this can cause   */
		/* overlapping images which look weird!			*/

	}

        BODY TABLE, TH, TD, P, BR
	{
		/* Now set the default text font and a backup font for  */
		/* for all text to be displayed				*/
		/* Note: does not apply (for some reason) to the        */
		/* fphover class					*/
		font-family: Comic Sans MS, sans-serif;

                /* And finally set the default font size                */
                font-size: 100%;
	}

	/* For a heading, display at this point size and capitalise     */
	/* the letters 							*/
	H1
	{
		font-family: Comic Sans MS, sans-serif;
		font-size: 200%;
		text-transform: uppercase;
	}

	/* Set the font-size for a secondary heading			*/
	H2
	{
		font-family: Comic Sans MS, sans-serif;
		font-size: 125%;
	}

        /* For a heading, display at this point size                    */
        H3
	{
		font-family: Comic Sans MS, sans-serif;
                font-size: 200%;
	}

        /* Create a small font size                                     */
        H4
	{
		font-family: Comic Sans MS, sans-serif;
                font-size: 50%;
	}
// -->
</STYLE>

