body {
	width: 500px;
	height: 200px;
	padding: 108px;
	margin: 1px;
}

h1 {
	text-align: left;
	text-transform: uppercase;
	color: purple;
	white-space: pre;
	text-shadow: yellow 2px 2px 25%;
	line-height: 128% , "Gill Sans";
	font-size: large;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px dotted purple;
}

h2 {
	text-align: left;
	text-transform: uppercase;
	color: purple;
	white-space: pre;
	text-shadow: yellow 2px 2px 25%;
	line-height: 108% , "Gill Sans";
	font-size: medium;
	font-variant: normal;
	font-weight: bold;
	border-bottom: 1px dotted purple;
	
}

p {
	color: black;
	font: small/108% "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: square;
}