h1
{
	text-align: center;
	font-size: 3em;
	font-family: Jazz LET;
	color: green;
	font-style: bold;
	text-shadow: 10px 10px 10px black;
}
p
{
	text-align: center;
	font-size: 1.5em;
	font-family: triumph tippa;
	color: brown;
	}
li
{ 
	text-align: center;
	font-size: 1.5em;
	font-family: Badly stamped;
	color: purple;
}
body
{
	width: 1000px
}
