body {	padding: 1em 5%;
		background: darkgreen;
		color: white }

p {	margin: 0.5em 0;
	padding: 1em;
	text-indent: 1em;
	line-height: 1.5; 
	border-width: thick;
	border-style: ridge;
	border-color: yellow }

h1 { font-style: italic;
	font-weight: normal;
	font-size: 3em;
	font-family: cursive;
	text-align: center }
a:link { color: white; 
	text-decoration: underline }
a:visited { color: yellow; }

