
		body {
			font-family: arial;
			font-size: 16px;
			background-color: #AA6039;
		     }
		h1   {
			font-family: comic sans ms;
			font-size: 300%;
			font-weight: bold;
			font-style: italic;
			color: yellow;	
			text-align: center;
		     }
		h2   {
			font-style: normal;
			font-size:32px;
			color: yellow;	
			text-align: center;
		     }
		h3   {
			font-style: bold;
			font-size:225%;
			color: yellow;
			text-align: center;
		     }
		p    {
			font-weight: bold;
			text-align: center;
			color: white;
		     }