<style type="text/css">

	h1{
		font-size: 40px; font-family:"arial";
		background-color: black;
		color: #990000;

	}


	h2{
		font-size: 35px; font-family:"courier";
	}


	p{
		font-size: 20px; font-family:"fixedsys";
	}


	body{
		background-color: #ffffff;
		background-image: url("leaf.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top right;
	}

</style>