body {
	background-color: white;
	color: black;
	max-width: 90ch;
	margin: 30px auto;
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}

h1 {
	font-size: 40px;
	letter-spacing: 10px;
	color: #000;
	margin-bottom: 40px;
	line-height:1em;
	border-bottom: 1px orange solid;
	}

h2 {
	font-size: 16px;
	letter-spacing: 3px;
	color: #000;
	margin: 25px 0;
	line-height:1em;
	border-bottom: 1px orange solid;
	}
		
a:link {
	text-decoration: none;
	color:#f62;
	}

a:visited {
	text-decoration: none;
	color:#a40;
	}

a:hover, a:active { 
	text-decoration: underline;
	}

dt{
	font-size: 20px;
	letter-spacing: 3px;
	color:#000;
	border-bottom:1px orange solid;
	margin-top: 20px;
	}
dd {
	margin: 25px 0px;
	}

li {	margin-bottom: 7px;
	list-style-type: none;
	}

address {
	margin-top: 4em; }

.small	{
	font-size: 12px;
	line-height: 1.1em;
	}

body.poem h1 {
	letter-spacing: 5px;
	}
body.poem p:first-letter {
	font-size: 16px;
	}

body.poem p {
	width: 500px;
	}

pre {
	font: 14px "Times New Roman",serif;
	line-height: 1.5em;
	}	
