body
{
font-family: Arial, sans-serif, serif;
background-image:url('background.jpg');
color: black;
margin: 10%;
}



h1
{
font-family: Comic Sans MS;
color: #FF9900; /*Orange*/
text-align: center; 
}
h2
{
font-family: Comic Sans Ms;
color: #FF9900;/*Orange*/
text-align: center;
}

p
{
margin: 0 0 0 2em; /* top right bottom left */
	text-indent: -2em;
	text-align: left;
	font-size: 120%;
}

